#5A091A

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

Shades of Pohutukawa #5A091A

Tints of Pohutukawa #5A091A

Color information

#5A091A (or 0x5A091A) is unknown color: approx Pohutukawa. HEX triplet: 5A, 09 and 1A. RGB value is (90,9,26). Sum of RGB (Red+Green+Blue) = 90+9+26=125 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 90 - color contains mainly: red. Hex color #5A091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A091A is #A5F6E5. Grayscale: #232323. Windows color (decimal): -10876646 or 1706330. OLE color: 1706330.

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

Color convert

RGB90926-
CMYK00.90.710.65
HSL347.41º81.82%19.41%-
HSV(B)347.41º90%35.29%-
XYZ4.52.441.21-
YUV35.16122.84167.12-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 72%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=72%
G=7.2%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9092600.90.710.65347.4181.8219.41
Hex5A91A05A474115b5213
Octal1321132013210710153312223
Binary10110101001110100101101010001111000001101011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,9,26); }

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

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

 a { background-color: rgb(90,9,26); }

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

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

 span { border-color: rgb(90,9,26); }

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