#601720

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

Shades of Pohutukawa #601720

Tints of Pohutukawa #601720

Color information

#601720 (or 0x601720) is unknown color: approx Pohutukawa. HEX triplet: 60, 17 and 20. RGB value is (96,23,32). Sum of RGB (Red+Green+Blue) = 96+23+32=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #601720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601720 is #9FE8DF. Grayscale: #2D2D2D. Windows color (decimal): -10479840 or 2103136. OLE color: 2103136.

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

Color convert

RGB962332-
CMYK00.760.670.62
HSL352.6º61.34%23.33%-
HSV(B)352.6º76.04%37.65%-
XYZ5.393.21.7-
YUV45.85120.18163.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=63.58%
G=15.23%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96233200.760.670.62352.661.3423.33
Hex60172004C433E1613d17
Octal14027400114103765417527
Binary11000001011110000001001100100001111111010110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601720; }

 p { color: rgb(96,23,32); }

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

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

 a { background-color: rgb(96,23,32); }

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

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

 span { border-color: rgb(96,23,32); }

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