#60030C

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

Shades of Pohutukawa #60030C

Tints of Pohutukawa #60030C

Color information

#60030C (or 0x60030C) is unknown color: approx Pohutukawa. HEX triplet: 60, 03 and 0C. RGB value is (96,3,12). Sum of RGB (Red+Green+Blue) = 96+3+12=111 (14% of max value = 765). Red value is 96 (37.89% from 255 or 86.49% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 96 - color contains mainly: red. Hex color #60030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60030C is #9FFCF3. Grayscale: #1F1F1F. Windows color (decimal): -10484980 or 787296. OLE color: 787296.

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

Color convert

RGB96312-
CMYK00.970.880.62
HSL354.19º93.94%19.41%-
HSV(B)354.19º96.88%37.65%-
XYZ4.922.580.59-
YUV31.83116.81173.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 86.49%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=86.49%
G=2.70%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9631200.970.880.62354.1993.9419.41
Hex603C061583E1625e13
Octal14031401411307654213623
Binary1100000111100011000011011000111110101100010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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