#591E2A

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

Shades of Pohutukawa #591E2A

Tints of Pohutukawa #591E2A

Color information

#591E2A (or 0x591E2A) is unknown color: approx Pohutukawa. HEX triplet: 59, 1E and 2A. RGB value is (89,30,42). Sum of RGB (Red+Green+Blue) = 89+30+42=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #591E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591E2A is #A6E1D5. Grayscale: #313131. Windows color (decimal): -10936790 or 2760281. OLE color: 2760281.

HSL color Cylindrical-coordinate representation of color #591E2A: hue angle of 347.8º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #591E2A is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB893042-
CMYK00.660.530.65
HSL347.8º49.58%23.33%-
HSV(B)347.8º66.29%34.9%-
XYZ53.222.55-
YUV49.01124.05156.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.28%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=55.28%
G=18.63%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89304200.660.530.65347.849.5823.33
Hex591E2A042354115c3217
Octal13136520102651015346227
Binary10110011111010101001000010110101100000110101110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591E2A; }

 p { color: rgb(89,30,42); }

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

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

 a { background-color: rgb(89,30,42); }

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

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

 span { border-color: rgb(89,30,42); }

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