#600116

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

Shades of Pohutukawa #600116

Tints of Pohutukawa #600116

Color information

#600116 (or 0x600116) is unknown color: approx Pohutukawa. HEX triplet: 60, 01 and 16. RGB value is (96,1,22). Sum of RGB (Red+Green+Blue) = 96+1+22=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #600116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600116 is #9FFEE9. Grayscale: #1F1F1F. Windows color (decimal): -10485482 or 1442144. OLE color: 1442144.

HSL color Cylindrical-coordinate representation of color #600116: hue angle of 346.74º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600116 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB96122-
CMYK00.990.770.62
HSL346.74º97.94%19.02%-
HSV(B)346.74º98.96%37.65%-
XYZ4.982.570.99-
YUV31.8122.47173.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 80.67%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=80.67%
G=0.84%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9612200.990.770.62346.7497.9419.02
Hex601160634D3E15b6213
Octal14012601431157653314223
Binary1100000110110011000111001101111110101011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600116; }

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

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

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

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

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

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

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

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