#60020B

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

Shades of Pohutukawa #60020B

Tints of Pohutukawa #60020B

Color information

#60020B (or 0x60020B) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 0B. RGB value is (96,2,11). Sum of RGB (Red+Green+Blue) = 96+2+11=109 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.07% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 96 - color contains mainly: red. Hex color #60020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60020B is #9FFDF4. Grayscale: #1F1F1F. Windows color (decimal): -10485237 or 721504. OLE color: 721504.

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

Color convert

RGB96211-
CMYK00.980.890.62
HSL354.26º95.92%19.22%-
HSV(B)354.26º97.92%37.65%-
XYZ4.912.550.55-
YUV31.13116.64174.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 88.07%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=88.07%
G=1.83%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9621100.980.890.62354.2695.9219.22
Hex602B062593E1626013
Octal14021301421317654214023
Binary1100000101011011000101011001111110101100010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60020B; }

 p { color: rgb(96,2,11); }

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

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

 a { background-color: rgb(96,2,11); }

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

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

 span { border-color: rgb(96,2,11); }

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