#5A0A19

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

Shades of Pohutukawa #5A0A19

Tints of Pohutukawa #5A0A19

Color information

#5A0A19 (or 0x5A0A19) is unknown color: approx Pohutukawa. HEX triplet: 5A, 0A and 19. RGB value is (90,10,25). Sum of RGB (Red+Green+Blue) = 90+10+25=125 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0A19 is #A5F5E6. Grayscale: #232323. Windows color (decimal): -10876391 or 1641050. OLE color: 1641050.

HSL color Cylindrical-coordinate representation of color #5A0A19: hue angle of 348.75º 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 #5A0A19 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB901025-
CMYK00.890.720.65
HSL348.75º80%19.61%-
HSV(B)348.75º88.89%35.29%-
XYZ4.52.461.16-
YUV35.63122166.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 72%
GREEN value IS 10 (4.30% from 255) = 8%
BLUE value IS 25 (10.16% from 255) = 20%
R=72%
G=8%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90102500.890.720.65348.758019.61
Hex5AA19059484115d5014
Octal1321231013111010153512024
Binary10110101010110010101100110010001000001101011101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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