#600212

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

Shades of Pohutukawa #600212

Tints of Pohutukawa #600212

Color information

#600212 (or 0x600212) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 12. RGB value is (96,2,18). Sum of RGB (Red+Green+Blue) = 96+2+18=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #600212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600212 is #9FFDED. Grayscale: #1F1F1F. Windows color (decimal): -10485230 or 1180256. OLE color: 1180256.

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

Color convert

RGB96218-
CMYK00.980.810.62
HSL349.79º95.92%19.22%-
HSV(B)349.79º97.92%37.65%-
XYZ4.952.570.81-
YUV31.93120.14173.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 82.76%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=82.76%
G=1.72%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9621800.980.810.62349.7995.9219.22
Hex60212062513E15e6013
Octal14022201421217653614023
Binary11000001010010011000101010001111110101011110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600212; }

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

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

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

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

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

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

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

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