#5A162D

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

Shades of Pohutukawa #5A162D

Tints of Pohutukawa #5A162D

Color information

#5A162D (or 0x5A162D) is unknown color: approx Pohutukawa. HEX triplet: 5A, 16 and 2D. RGB value is (90,22,45). Sum of RGB (Red+Green+Blue) = 90+22+45=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A162D is #A5E9D2. Grayscale: #2C2C2C. Windows color (decimal): -10873299 or 2954842. OLE color: 2954842.

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

Color convert

RGB902245-
CMYK00.760.500.65
HSL339.71º60.71%21.96%-
HSV(B)339.71º75.56%35.29%-
XYZ4.982.942.79-
YUV44.95128.03160.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.32%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=57.32%
G=14.01%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90224500.760.500.65339.7160.7121.96
Hex5A162D04C32411543d16
Octal13226550114621015247526
Binary10110101011010110101001100110010100000110101010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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