#5A182C

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

Shades of Pohutukawa #5A182C

Tints of Pohutukawa #5A182C

Color information

#5A182C (or 0x5A182C) is unknown color: approx Pohutukawa. HEX triplet: 5A, 18 and 2C. RGB value is (90,24,44). Sum of RGB (Red+Green+Blue) = 90+24+44=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A182C is #A5E7D3. Grayscale: #2E2E2E. Windows color (decimal): -10872788 or 2889818. OLE color: 2889818.

HSL color Cylindrical-coordinate representation of color #5A182C: hue angle of 341.82º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A182C is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB902444-
CMYK00.730.510.65
HSL341.82º57.89%22.35%-
HSV(B)341.82º73.33%35.29%-
XYZ53.012.7-
YUV46.01126.87159.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.96%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=56.96%
G=15.19%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90244400.730.510.65341.8257.8922.35
Hex5A182C04933411563a16
Octal13230540111631015267226
Binary10110101100010110001001001110011100000110101011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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