#5A152D

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

Shades of Pohutukawa #5A152D

Tints of Pohutukawa #5A152D

Color information

#5A152D (or 0x5A152D) is unknown color: approx Pohutukawa. HEX triplet: 5A, 15 and 2D. RGB value is (90,21,45). Sum of RGB (Red+Green+Blue) = 90+21+45=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A152D is #A5EAD2. Grayscale: #2C2C2C. Windows color (decimal): -10873555 or 2954586. OLE color: 2954586.

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

Color convert

RGB902145-
CMYK00.770.500.65
HSL339.13º62.16%21.76%-
HSV(B)339.13º76.67%35.29%-
XYZ4.962.92.78-
YUV44.37128.36160.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.69%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=57.69%
G=13.46%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90214500.770.500.65339.1362.1621.76
Hex5A152D04D32411533e16
Octal13225550115621015237626
Binary10110101010110110101001101110010100000110101001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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