#60010C

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

Shades of Pohutukawa #60010C

Tints of Pohutukawa #60010C

Color information

#60010C (or 0x60010C) is unknown color: approx Pohutukawa. HEX triplet: 60, 01 and 0C. RGB value is (96,1,12). Sum of RGB (Red+Green+Blue) = 96+1+12=109 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.07% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 96 - color contains mainly: red. Hex color #60010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60010C is #9FFEF3. Grayscale: #1E1E1E. Windows color (decimal): -10485492 or 786784. OLE color: 786784.

HSL color Cylindrical-coordinate representation of color #60010C: hue angle of 353.05º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60010C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB96112-
CMYK00.990.880.62
HSL353.05º97.94%19.02%-
HSV(B)353.05º98.96%37.65%-
XYZ4.92.540.58-
YUV30.66117.47174.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 88.07%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=88.07%
G=0.92%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9611200.990.880.62353.0597.9419.02
Hex601C063583E1616213
Octal14011401431307654114223
Binary110000011100011000111011000111110101100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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