#60081a

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

Shades of Pohutukawa #60081A

Tints of Pohutukawa #60081A

Color information

#60081A (or 0x60081A) is unknown color: approx Pohutukawa. HEX triplet: 60, 08 and 1A. RGB value is (96,8,26). Sum of RGB (Red+Green+Blue) = 96+8+26=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #60081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60081A is #9FF7E5. Grayscale: #242424. Windows color (decimal): -10483686 or 1706080. OLE color: 1706080.

HSL color Cylindrical-coordinate representation of color #60081A: hue angle of 347.73º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60081A is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB96826-
CMYK00.920.730.62
HSL347.73º84.62%20.39%-
HSV(B)347.73º91.67%37.65%-
XYZ5.12.741.24-
YUV36.36122.15170.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.85%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 26 (10.55% from 255) = 20%
R=73.85%
G=6.15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9682600.920.730.62347.7384.6220.39
Hex6081A05C493E15c5514
Octal140103201341117653412524
Binary1100000100011010010111001001001111110101011100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60081a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60081a; }

 p { color: rgb(96,8,26); }

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

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

 a { background-color: rgb(96,8,26); }

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

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

 span { border-color: rgb(96,8,26); }

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