#611C24

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

Shades of Pohutukawa #611C24

Tints of Pohutukawa #611C24

Color information

#611C24 (or 0x611C24) is unknown color: approx Pohutukawa. HEX triplet: 61, 1C and 24. RGB value is (97,28,36). Sum of RGB (Red+Green+Blue) = 97+28+36=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #611C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C24 is #9EE3DB. Grayscale: #313131. Windows color (decimal): -10413020 or 2366561. OLE color: 2366561.

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

Color convert

RGB972836-
CMYK00.710.630.62
HSL353.04º55.2%24.51%-
HSV(B)353.04º71.13%38.04%-
XYZ5.663.52.05-
YUV49.54120.36161.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 28 (11.33% from 255) = 17.39%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=60.25%
G=17.39%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97283600.710.630.62353.0455.224.51
Hex611C240473F3E1613719
Octal1413444010777765416731
Binary1100001111001001000100011111111111111010110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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