#601E24

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

Shades of Pohutukawa #601E24

Tints of Pohutukawa #601E24

Color information

#601E24 (or 0x601E24) is unknown color: approx Pohutukawa. HEX triplet: 60, 1E and 24. RGB value is (96,30,36). Sum of RGB (Red+Green+Blue) = 96+30+36=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #601E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E24 is #9FE1DB. Grayscale: #323232. Windows color (decimal): -10478044 or 2367072. OLE color: 2367072.

HSL color Cylindrical-coordinate representation of color #601E24: hue angle of 354.55º degrees, saturation: 0.52, 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 #601E24 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB963036-
CMYK00.690.620.62
HSL354.55º52.38%24.71%-
HSV(B)354.55º68.75%37.65%-
XYZ5.613.542.06-
YUV50.42119.87160.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=59.26%
G=18.52%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96303600.690.620.62354.5552.3824.71
Hex601E240453E3E1633419
Octal1403644010576765436431
Binary1100000111101001000100010111111011111010110001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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