#601124

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

Shades of Pohutukawa #601124

Tints of Pohutukawa #601124

Color information

#601124 (or 0x601124) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 24. RGB value is (96,17,36). Sum of RGB (Red+Green+Blue) = 96+17+36=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601124 is #9FEEDB. Grayscale: #2A2A2A. Windows color (decimal): -10481372 or 2363744. OLE color: 2363744.

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

Color convert

RGB961736-
CMYK00.820.620.62
HSL345.57º69.91%22.16%-
HSV(B)345.57º82.29%37.65%-
XYZ5.343.021.97-
YUV42.79124.17165.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.43%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=64.43%
G=11.41%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96173600.820.620.62345.5769.9122.16
Hex6011240523E3E15a4616
Octal14021440122767653210626
Binary11000001000110010001010010111110111110101011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601124; }

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

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

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

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

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

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

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

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