#601322

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

Shades of Pohutukawa #601322

Tints of Pohutukawa #601322

Color information

#601322 (or 0x601322) is unknown color: approx Pohutukawa. HEX triplet: 60, 13 and 22. RGB value is (96,19,34). Sum of RGB (Red+Green+Blue) = 96+19+34=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601322 is #9FECDD. Grayscale: #2B2B2B. Windows color (decimal): -10480862 or 2233184. OLE color: 2233184.

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

Color convert

RGB961934-
CMYK00.800.650.62
HSL348.31º66.96%22.55%-
HSV(B)348.31º80.21%37.65%-
XYZ5.353.071.82-
YUV43.73122.51165.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.43%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 34 (13.67% from 255) = 22.82%
R=64.43%
G=12.75%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96193400.800.650.62348.3166.9622.55
Hex601322050413E15c4317
Octal140234201201017653410327
Binary110000010011100010010100001000001111110101011100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601322; }

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

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

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

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

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

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

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

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