#60020C

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

Shades of Pohutukawa #60020C

Tints of Pohutukawa #60020C

Color information

#60020C (or 0x60020C) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 0C. RGB value is (96,2,12). Sum of RGB (Red+Green+Blue) = 96+2+12=110 (14% of max value = 765). Red value is 96 (37.89% from 255 or 87.27% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 96 - color contains mainly: red. Hex color #60020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60020C is #9FFDF3. Grayscale: #1F1F1F. Windows color (decimal): -10485236 or 787040. OLE color: 787040.

HSL color Cylindrical-coordinate representation of color #60020C: hue angle of 353.62º 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 #60020C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB96212-
CMYK00.980.880.62
HSL353.62º95.92%19.22%-
HSV(B)353.62º97.92%37.65%-
XYZ4.912.560.58-
YUV31.25117.14174.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 87.27%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=87.27%
G=1.82%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9621200.980.880.62353.6295.9219.22
Hex602C062583E1626013
Octal14021401421307654214023
Binary1100000101100011000101011000111110101100010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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