#5A0816

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

Shades of Pohutukawa #5A0816

Tints of Pohutukawa #5A0816

Color information

#5A0816 (or 0x5A0816) is unknown color: approx Pohutukawa. HEX triplet: 5A, 08 and 16. RGB value is (90,8,22). Sum of RGB (Red+Green+Blue) = 90+8+22=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0816 is #A5F7E9. Grayscale: #222222. Windows color (decimal): -10876906 or 1443930. OLE color: 1443930.

HSL color Cylindrical-coordinate representation of color #5A0816: hue angle of 349.76º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0816 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB90822-
CMYK00.910.760.65
HSL349.76º83.67%19.22%-
HSV(B)349.76º91.11%35.29%-
XYZ4.452.410.99-
YUV34.11121.17167.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 75%
GREEN value IS 8 (3.52% from 255) = 6.67%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=75%
G=6.67%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9082200.910.760.65349.7683.6719.22
Hex5A81605B4C4115e5413
Octal1321026013311410153612423
Binary10110101000101100101101110011001000001101011110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,8,22); }

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

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

 a { background-color: rgb(90,8,22); }

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

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

 span { border-color: rgb(90,8,22); }

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