#60020D

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

Shades of Pohutukawa #60020D

Tints of Pohutukawa #60020D

Color information

#60020D (or 0x60020D) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 0D. RGB value is (96,2,13). Sum of RGB (Red+Green+Blue) = 96+2+13=111 (14% of max value = 765). Red value is 96 (37.89% from 255 or 86.49% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 96 - color contains mainly: red. Hex color #60020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60020D is #9FFDF2. Grayscale: #1F1F1F. Windows color (decimal): -10485235 or 852576. OLE color: 852576.

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

Color convert

RGB96213-
CMYK00.980.860.62
HSL352.98º95.92%19.22%-
HSV(B)352.98º97.92%37.65%-
XYZ4.922.560.62-
YUV31.36117.64174.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 86.49%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=86.49%
G=1.80%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9621300.980.860.62352.9895.9219.22
Hex602D062563E1616013
Octal14021501421267654114023
Binary1100000101101011000101010110111110101100001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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