#5A091E

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

Shades of Pohutukawa #5A091E

Tints of Pohutukawa #5A091E

Color information

#5A091E (or 0x5A091E) is unknown color: approx Pohutukawa. HEX triplet: 5A, 09 and 1E. RGB value is (90,9,30). Sum of RGB (Red+Green+Blue) = 90+9+30=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A091E is #A5F6E1. Grayscale: #232323. Windows color (decimal): -10876642 or 1968474. OLE color: 1968474.

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

Color convert

RGB90930-
CMYK00.90.670.65
HSL344.44º81.82%19.41%-
HSV(B)344.44º90%35.29%-
XYZ4.552.461.46-
YUV35.61124.84166.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 69.77%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=69.77%
G=6.98%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9093000.90.670.65344.4481.8219.41
Hex5A91E05A43411585213
Octal1321136013210310153012223
Binary10110101001111100101101010000111000001101011000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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