#5D080C

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

Shades of Pohutukawa #5D080C

Tints of Pohutukawa #5D080C

Color information

#5D080C (or 0x5D080C) is unknown color: approx Pohutukawa. HEX triplet: 5D, 08 and 0C. RGB value is (93,8,12). Sum of RGB (Red+Green+Blue) = 93+8+12=113 (14% of max value = 765). Red value is 93 (36.72% from 255 or 82.30% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 93 - color contains mainly: red. Hex color #5D080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D080C is #A2F7F3. Grayscale: #212121. Windows color (decimal): -10680308 or 788573. OLE color: 788573.

HSL color Cylindrical-coordinate representation of color #5D080C: hue angle of 357.18º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D080C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB93812-
CMYK00.910.870.64
HSL357.18º84.16%19.8%-
HSV(B)357.18º91.4%36.47%-
XYZ4.672.530.59-
YUV33.87115.66170.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 82.30%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=82.30%
G=7.08%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9381200.910.870.64357.1884.1619.8
Hex5D8C05B57401655414
Octal1351014013312710054512424
Binary1011101100011000101101110101111000000101100101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D080C; }

 p { color: rgb(93,8,12); }

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

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

 a { background-color: rgb(93,8,12); }

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

<style>
 span { border-color: #5D080C; }

 span { border-color: rgb(93,8,12); }

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