#591520

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

Shades of Pohutukawa #591520

Tints of Pohutukawa #591520

Color information

#591520 (or 0x591520) is unknown color: approx Pohutukawa. HEX triplet: 59, 15 and 20. RGB value is (89,21,32). Sum of RGB (Red+Green+Blue) = 89+21+32=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #591520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591520 is #A6EADF. Grayscale: #2A2A2A. Windows color (decimal): -10939104 or 2102617. OLE color: 2102617.

HSL color Cylindrical-coordinate representation of color #591520: hue angle of 350.29º degrees, saturation: 0.62, 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 #591520 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB892132-
CMYK00.760.640.65
HSL350.29º61.82%21.57%-
HSV(B)350.29º76.4%34.9%-
XYZ4.652.761.66-
YUV42.59122.03161.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.68%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=62.68%
G=14.79%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89213200.760.640.65350.2961.8221.57
Hex59152004C404115e3e16
Octal131254001141001015367626
Binary101100110101100000010011001000000100000110101111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591520; }

 p { color: rgb(89,21,32); }

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

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

 a { background-color: rgb(89,21,32); }

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

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

 span { border-color: rgb(89,21,32); }

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