#601824

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

Shades of Pohutukawa #601824

Tints of Pohutukawa #601824

Color information

#601824 (or 0x601824) is unknown color: approx Pohutukawa. HEX triplet: 60, 18 and 24. RGB value is (96,24,36). Sum of RGB (Red+Green+Blue) = 96+24+36=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #601824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601824 is #9FE7DB. Grayscale: #2E2E2E. Windows color (decimal): -10479580 or 2365536. OLE color: 2365536.

HSL color Cylindrical-coordinate representation of color #601824: hue angle of 350º 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 #601824 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB962436-
CMYK00.750.620.62
HSL350º60%23.53%-
HSV(B)350º75%37.65%-
XYZ5.473.272.01-
YUV46.9121.85163.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.54%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=61.54%
G=15.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96243600.750.620.623506023.53
Hex60182404B3E3E15e3c18
Octal1403044011376765367430
Binary1100000110001001000100101111111011111010101111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601824; }

 p { color: rgb(96,24,36); }

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

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

 a { background-color: rgb(96,24,36); }

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

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

 span { border-color: rgb(96,24,36); }

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