#600D12

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

Shades of Pohutukawa #600D12

Tints of Pohutukawa #600D12

Color information

#600D12 (or 0x600D12) is unknown color: approx Pohutukawa. HEX triplet: 60, 0D and 12. RGB value is (96,13,18). Sum of RGB (Red+Green+Blue) = 96+13+18=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #600D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600D12 is #9FF2ED. Grayscale: #262626. Windows color (decimal): -10482414 or 1183072. OLE color: 1183072.

HSL color Cylindrical-coordinate representation of color #600D12: hue angle of 356.39º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600D12 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB961318-
CMYK00.860.810.62
HSL356.39º76.15%21.37%-
HSV(B)356.39º86.46%37.65%-
XYZ5.082.820.85-
YUV38.39116.5169.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75.59%
GREEN value IS 13 (5.47% from 255) = 10.24%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=75.59%
G=10.24%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96131800.860.810.62356.3976.1521.37
Hex60D12056513E1644c15
Octal140152201261217654411425
Binary1100000110110010010101101010001111110101100100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600D12; }

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

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

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

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

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

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

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

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