#60020E

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

Shades of Pohutukawa #60020E

Tints of Pohutukawa #60020E

Color information

#60020E (or 0x60020E) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 0E. RGB value is (96,2,14). Sum of RGB (Red+Green+Blue) = 96+2+14=112 (14% of max value = 765). Red value is 96 (37.89% from 255 or 85.71% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 96 - color contains mainly: red. Hex color #60020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60020E is #9FFDF1. Grayscale: #1F1F1F. Windows color (decimal): -10485234 or 918112. OLE color: 918112.

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

Color convert

RGB96214-
CMYK00.980.850.62
HSL352.34º95.92%19.22%-
HSV(B)352.34º97.92%37.65%-
XYZ4.922.560.65-
YUV31.47118.14174.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 85.71%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 14 (5.86% from 255) = 12.5%
R=85.71%
G=1.79%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9621400.980.850.62352.3495.9219.22
Hex602E062553E1606013
Octal14021601421257654014023
Binary1100000101110011000101010101111110101100000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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