#601324

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

Shades of Pohutukawa #601324

Tints of Pohutukawa #601324

Color information

#601324 (or 0x601324) is unknown color: approx Pohutukawa. HEX triplet: 60, 13 and 24. RGB value is (96,19,36). Sum of RGB (Red+Green+Blue) = 96+19+36=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #601324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601324 is #9FECDB. Grayscale: #2B2B2B. Windows color (decimal): -10480860 or 2364256. OLE color: 2364256.

HSL color Cylindrical-coordinate representation of color #601324: hue angle of 346.75º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601324 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB961936-
CMYK00.800.620.62
HSL346.75º66.96%22.55%-
HSV(B)346.75º80.21%37.65%-
XYZ5.383.081.98-
YUV43.96123.51165.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=63.58%
G=12.58%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96193600.800.620.62346.7566.9622.55
Hex6013240503E3E15b4317
Octal14023440120767653310327
Binary11000001001110010001010000111110111110101011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601324; }

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

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

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

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

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

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

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

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