#5A192C

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

Shades of Pohutukawa #5A192C

Tints of Pohutukawa #5A192C

Color information

#5A192C (or 0x5A192C) is unknown color: approx Pohutukawa. HEX triplet: 5A, 19 and 2C. RGB value is (90,25,44). Sum of RGB (Red+Green+Blue) = 90+25+44=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A192C is #A5E6D3. Grayscale: #2E2E2E. Windows color (decimal): -10872532 or 2890074. OLE color: 2890074.

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

Color convert

RGB902544-
CMYK00.720.510.65
HSL342.46º56.52%22.55%-
HSV(B)342.46º72.22%35.29%-
XYZ5.023.052.71-
YUV46.6126.53158.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.60%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=56.60%
G=15.72%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90254400.720.510.65342.4656.5222.55
Hex5A192C04833411563917
Octal13231540110631015267127
Binary10110101100110110001001000110011100000110101011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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