#591D2A

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

Shades of Pohutukawa #591D2A

Tints of Pohutukawa #591D2A

Color information

#591D2A (or 0x591D2A) is unknown color: approx Pohutukawa. HEX triplet: 59, 1D and 2A. RGB value is (89,29,42). Sum of RGB (Red+Green+Blue) = 89+29+42=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #591D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D2A is #A6E2D5. Grayscale: #303030. Windows color (decimal): -10937046 or 2760025. OLE color: 2760025.

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

Color convert

RGB892942-
CMYK00.670.530.65
HSL347º50.85%23.14%-
HSV(B)347º67.42%34.9%-
XYZ4.983.172.54-
YUV48.42124.38156.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.62%
GREEN value IS 29 (11.72% from 255) = 18.12%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=55.62%
G=18.12%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89294200.670.530.6534750.8523.14
Hex591D2A043354115b3317
Octal13135520103651015336327
Binary10110011110110101001000011110101100000110101101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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