#60081E

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

Shades of Pohutukawa #60081E

Tints of Pohutukawa #60081E

Color information

#60081E (or 0x60081E) is unknown color: approx Pohutukawa. HEX triplet: 60, 08 and 1E. RGB value is (96,8,30). Sum of RGB (Red+Green+Blue) = 96+8+30=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #60081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60081E is #9FF7E1. Grayscale: #242424. Windows color (decimal): -10483682 or 1968224. OLE color: 1968224.

HSL color Cylindrical-coordinate representation of color #60081E: hue angle of 345º 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 #60081E is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB96830-
CMYK00.920.690.62
HSL345º84.62%20.39%-
HSV(B)345º91.67%37.65%-
XYZ5.152.751.49-
YUV36.82124.15170.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.64%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=71.64%
G=5.97%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9683000.920.690.6234584.6220.39
Hex6081E05C453E1595514
Octal140103601341057653112524
Binary1100000100011110010111001000101111110101011001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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