#5A0A20

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

Shades of Pohutukawa #5A0A20

Tints of Pohutukawa #5A0A20

Color information

#5A0A20 (or 0x5A0A20) is unknown color: approx Pohutukawa. HEX triplet: 5A, 0A and 20. RGB value is (90,10,32). Sum of RGB (Red+Green+Blue) = 90+10+32=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0A20 is #A5F5DF. Grayscale: #242424. Windows color (decimal): -10876384 or 2099802. OLE color: 2099802.

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

Color convert

RGB901032-
CMYK00.890.640.65
HSL343.5º80%19.61%-
HSV(B)343.5º88.89%35.29%-
XYZ4.592.51.61-
YUV36.43125.5166.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 68.18%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=68.18%
G=7.58%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90103200.890.640.65343.58019.61
Hex5AA2005940411585014
Octal1321240013110010153012024
Binary101101010101000000101100110000001000001101011000101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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