#601122

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

Shades of Pohutukawa #601122

Tints of Pohutukawa #601122

Color information

#601122 (or 0x601122) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 22. RGB value is (96,17,34). Sum of RGB (Red+Green+Blue) = 96+17+34=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #601122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601122 is #9FEEDD. Grayscale: #2A2A2A. Windows color (decimal): -10481374 or 2232672. OLE color: 2232672.

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

Color convert

RGB961734-
CMYK00.820.650.62
HSL347.09º69.91%22.16%-
HSV(B)347.09º82.29%37.65%-
XYZ5.3131.81-
YUV42.56123.17166.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 34 (13.67% from 255) = 23.13%
R=65.31%
G=11.56%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96173400.820.650.62347.0969.9122.16
Hex601122052413E15b4616
Octal140214201221017653310626
Binary110000010001100010010100101000001111110101011011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601122; }

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

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

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

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

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

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

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

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