#601116

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

Shades of Pohutukawa #601116

Tints of Pohutukawa #601116

Color information

#601116 (or 0x601116) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 16. RGB value is (96,17,22). Sum of RGB (Red+Green+Blue) = 96+17+22=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #601116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601116 is #9FEEE9. Grayscale: #292929. Windows color (decimal): -10481386 or 1446240. OLE color: 1446240.

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

Color convert

RGB961722-
CMYK00.820.770.62
HSL356.2º69.91%22.16%-
HSV(B)356.2º82.29%37.65%-
XYZ5.172.951.06-
YUV41.19117.17167.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.11%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=71.11%
G=12.59%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96172200.820.770.62356.269.9122.16
Hex6011160524D3E1644616
Octal140212601221157654410626
Binary11000001000110110010100101001101111110101100100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601116; }

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

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

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

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

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

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

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

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