#611E24

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

Shades of Pohutukawa #611E24

Tints of Pohutukawa #611E24

Color information

#611E24 (or 0x611E24) is unknown color: approx Pohutukawa. HEX triplet: 61, 1E and 24. RGB value is (97,30,36). Sum of RGB (Red+Green+Blue) = 97+30+36=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #611E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E24 is #9EE1DB. Grayscale: #323232. Windows color (decimal): -10412508 or 2367073. OLE color: 2367073.

HSL color Cylindrical-coordinate representation of color #611E24: hue angle of 354.63º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E24 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB973036-
CMYK00.690.630.62
HSL354.63º52.76%24.9%-
HSV(B)354.63º69.07%38.04%-
XYZ5.713.62.06-
YUV50.72119.7161.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=59.51%
G=18.40%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97303600.690.630.62354.6352.7624.9
Hex611E240453F3E1633519
Octal1413644010577765436531
Binary1100001111101001000100010111111111111010110001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611E24; }

 p { color: rgb(97,30,36); }

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

<style>
 a { background-color: #611E24; }

 a { background-color: rgb(97,30,36); }

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

<style>
 span { border-color: #611E24; }

 span { border-color: rgb(97,30,36); }

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