#61182C

Color #61182C Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #61182C

Tints of Pohutukawa #61182C

Color information

#61182C (or 0x61182C) is unknown color: approx Pohutukawa. HEX triplet: 61, 18 and 2C. RGB value is (97,24,44). Sum of RGB (Red+Green+Blue) = 97+24+44=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61182C is #9EE7D3. Grayscale: #303030. Windows color (decimal): -10414036 or 2889825. OLE color: 2889825.

HSL color Cylindrical-coordinate representation of color #61182C: hue angle of 343.56º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61182C is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB972444-
CMYK00.750.550.62
HSL343.56º60.33%23.73%-
HSV(B)343.56º75.26%38.04%-
XYZ5.713.382.73-
YUV48.11125.68162.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=58.79%
G=14.55%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97244400.750.550.62343.5660.3323.73
Hex61182C04B373E1583c18
Octal1413054011367765307430
Binary1100001110001011000100101111011111111010101100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61182C; }

 p { color: rgb(97,24,44); }

 H1.HeaderClassName
 {
   color: #61182C;
 }
 .AnyTagClassName
 {
   color: #61182C;
 }
</style>
background-color css

<style>
 a { background-color: #61182C; }

 a { background-color: rgb(97,24,44); }

 div.DivClassName
 {
   background-color: #61182C;
 }
 .BgClassName
 {
   background-color: #61182C;
 }
</style>
border-color css

<style>
 span { border-color: #61182C; }

 span { border-color: rgb(97,24,44); }

 td.TdClassName
 {
   border-color: #61182C;
 }
 .TagClassName
 {
   border-color: #61182C;
 }
</style>