Html Css Color HEX #591A2A Pohutukawa

📋 copy color: '#591A2A'

red 89 ◦ green 26 ◦ blue 42

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

Shades of Pohutukawa #591A2A

Tints of Pohutukawa #591A2A

RGB

 RED value IS 89 (35.16% from 255) = 56.69%

 GREEN value IS 26 (10.55% from 255) = 16.56%

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 56.69%
G = 16.56%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#591A2A (or 0x591A2A) is known color: Pohutukawa. HEX triplet: 59, 1A and 2A. RGB value is (89,26,42). Sum of RGB (Red+Green+Blue) = 89+26+42=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #591A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A2A is #A6E5D5. Grayscale: #2E2E2E. Windows color (decimal): -10937814 or 2759257. OLE color: 2759257.

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

Color convert

RGB 89 26 42 -
CMYK 0 0.71 0.53 0.65
HSL 344.76º 0.55% 0.23% -
HSV(B) 344.76º 0.71% 0.35% -
XYZ 4.91 3.03 2.52 -
YUV 46.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 89 26 42 0 0.71 0.53 0.65 344.76 0.55 0.23
Hex 59 1A 2A 0 47 35 41 159 37 17
Octal 131 32 52 0 107 65 101 531 67 27
Binary 1011001 11010 101010 0 1000111 110101 1000001 101011001 110111 10111

Color Harmonies of #591A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A2A

Black with #591A2A

Text Example


Text Example

White with #591A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #591A2A;
 }
 .AnyTagClassName
 {
   color: #591A2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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