#601924

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

Shades of Pohutukawa #601924

Tints of Pohutukawa #601924

Color information

#601924 (or 0x601924) is unknown color: approx Pohutukawa. HEX triplet: 60, 19 and 24. RGB value is (96,25,36). Sum of RGB (Red+Green+Blue) = 96+25+36=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #601924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601924 is #9FE6DB. Grayscale: #2F2F2F. Windows color (decimal): -10479324 or 2365792. OLE color: 2365792.

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

Color convert

RGB962536-
CMYK00.740.620.62
HSL350.7º58.68%23.73%-
HSV(B)350.7º73.96%37.65%-
XYZ5.493.312.02-
YUV47.48121.52162.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=61.15%
G=15.92%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96253600.740.620.62350.758.6823.73
Hex60192404A3E3E15f3b18
Octal1403144011276765377330
Binary1100000110011001000100101011111011111010101111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601924; }

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

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

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

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

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

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

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

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