#5A1926

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

Shades of Pohutukawa #5A1926

Tints of Pohutukawa #5A1926

Color information

#5A1926 (or 0x5A1926) is unknown color: approx Pohutukawa. HEX triplet: 5A, 19 and 26. RGB value is (90,25,38). Sum of RGB (Red+Green+Blue) = 90+25+38=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1926 is #A5E6D9. Grayscale: #2D2D2D. Windows color (decimal): -10872538 or 2496858. OLE color: 2496858.

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

Color convert

RGB902538-
CMYK00.720.580.65
HSL348º56.52%22.55%-
HSV(B)348º72.22%35.29%-
XYZ4.913.012.16-
YUV45.92123.53159.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.82%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=58.82%
G=16.34%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90253800.720.580.6534856.5222.55
Hex5A19260483A4115c3917
Octal13231460110721015347127
Binary10110101100110011001001000111010100000110101110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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