Html Css Color HEX #591E2A Pohutukawa

📋 copy color: '#591E2A'

red 89 ◦ green 30 ◦ blue 42

#591E2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #591E2A

Tints of Pohutukawa #591E2A

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.8% from 255) = 26.09%

R = 55.28%
G = 18.63%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#591E2A (or 0x591E2A) is known color: 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

RGB 89 30 42 -
CMYK 0 0.66 0.53 0.65
HSL 347.8º 0.5% 0.23% -
HSV(B) 347.8º 0.66% 0.35% -
XYZ 5 3.22 2.55 -
YUV 49.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 89 30 42 0 0.66 0.53 0.65 347.8 0.5 0.23
Hex 59 1E 2A 0 42 35 41 15C 32 17
Octal 131 36 52 0 102 65 101 534 62 27
Binary 1011001 11110 101010 0 1000010 110101 1000001 101011100 110010 10111

Color Harmonies of #591E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591E2A

Black with #591E2A

Text Example


Text Example

White with #591E2A

Text Example


Text Example

HTML Codes & Css Web 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>