#5A1928

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

Shades of Pohutukawa #5A1928

Tints of Pohutukawa #5A1928

Color information

#5A1928 (or 0x5A1928) is unknown color: approx Pohutukawa. HEX triplet: 5A, 19 and 28. RGB value is (90,25,40). Sum of RGB (Red+Green+Blue) = 90+25+40=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1928 is #A5E6D7. Grayscale: #2E2E2E. Windows color (decimal): -10872536 or 2627930. OLE color: 2627930.

HSL color Cylindrical-coordinate representation of color #5A1928: hue angle of 346.15º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A1928 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB902540-
CMYK00.720.560.65
HSL346.15º56.52%22.55%-
HSV(B)346.15º72.22%35.29%-
XYZ4.953.022.33-
YUV46.14124.53159.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.06%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=58.06%
G=16.13%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90254000.720.560.65346.1556.5222.55
Hex5A1928048384115a3917
Octal13231500110701015327127
Binary10110101100110100001001000111000100000110101101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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