#5A040A

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

Shades of Pohutukawa #5A040A

Tints of Pohutukawa #5A040A

Color information

#5A040A (or 0x5A040A) is unknown color: approx Pohutukawa. HEX triplet: 5A, 04 and 0A. RGB value is (90,4,10). Sum of RGB (Red+Green+Blue) = 90+4+10=104 (13% of max value = 765). Red value is 90 (35.55% from 255 or 86.54% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 90 - color contains mainly: red. Hex color #5A040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A040A is #A5FBF5. Grayscale: #1E1E1E. Windows color (decimal): -10877942 or 656474. OLE color: 656474.

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

Color convert

RGB90410-
CMYK00.960.890.65
HSL355.81º91.49%18.43%-
HSV(B)355.81º95.56%35.29%-
XYZ4.312.280.5-
YUV30.4116.49170.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 86.54%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=86.54%
G=3.85%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9041000.960.890.65355.8191.4918.43
Hex5A4A06059411645b12
Octal132412014013110154413322
Binary101101010010100110000010110011000001101100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,4,10); }

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

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

 a { background-color: rgb(90,4,10); }

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

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

 span { border-color: rgb(90,4,10); }

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