#5A162B

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

Shades of Pohutukawa #5A162B

Tints of Pohutukawa #5A162B

Color information

#5A162B (or 0x5A162B) is unknown color: approx Pohutukawa. HEX triplet: 5A, 16 and 2B. RGB value is (90,22,43). Sum of RGB (Red+Green+Blue) = 90+22+43=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A162B is #A5E9D4. Grayscale: #2C2C2C. Windows color (decimal): -10873301 or 2823770. OLE color: 2823770.

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

Color convert

RGB902243-
CMYK00.760.520.65
HSL341.47º60.71%21.96%-
HSV(B)341.47º75.56%35.29%-
XYZ4.942.922.59-
YUV44.73127.03160.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.06%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=58.06%
G=14.19%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90224300.760.520.65341.4760.7121.96
Hex5A162B04C34411553d16
Octal13226530114641015257526
Binary10110101011010101101001100110100100000110101010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,22,43); }

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

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

 a { background-color: rgb(90,22,43); }

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

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

 span { border-color: rgb(90,22,43); }

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