#601922

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

Shades of Pohutukawa #601922

Tints of Pohutukawa #601922

Color information

#601922 (or 0x601922) is unknown color: approx Pohutukawa. HEX triplet: 60, 19 and 22. RGB value is (96,25,34). Sum of RGB (Red+Green+Blue) = 96+25+34=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #601922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601922 is #9FE6DD. Grayscale: #2F2F2F. Windows color (decimal): -10479326 or 2234720. OLE color: 2234720.

HSL color Cylindrical-coordinate representation of color #601922: hue angle of 352.39º 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 #601922 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB962534-
CMYK00.740.650.62
HSL352.39º58.68%23.73%-
HSV(B)352.39º73.96%37.65%-
XYZ5.463.31.86-
YUV47.26120.52162.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=61.94%
G=16.13%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96253400.740.650.62352.3958.6823.73
Hex60192204A413E1603b18
Octal14031420112101765407330
Binary11000001100110001001001010100000111111010110000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601922; }

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

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

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

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

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

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

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

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