Html Css Color HEX #591422 Bordeaux

📋 copy color: '#591422'

red 89 ◦ green 20 ◦ blue 34

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

Shades of Bordeaux #591422

Tints of Bordeaux #591422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

 BLUE value IS 34 (13.67% from 255) = 23.78%

R = 62.24%
G = 13.99%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#591422 (or 0x591422) is known color: Bordeaux. HEX triplet: 59, 14 and 22. RGB value is (89,20,34). Sum of RGB (Red+Green+Blue) = 89+20+34=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #591422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591422 is #A6EBDD. Grayscale: #2A2A2A. Windows color (decimal): -10939358 or 2233433. OLE color: 2233433.

HSL color Cylindrical-coordinate representation of color #591422: hue angle of 347.83º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591422 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 20 34 -
CMYK 0 0.78 0.62 0.65
HSL 347.83º 0.63% 0.21% -
HSV(B) 347.83º 0.78% 0.35% -
XYZ 4.66 2.74 1.8 -
YUV 42.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 89 20 34 0 0.78 0.62 0.65 347.83 0.63 0.21
Hex 59 14 22 0 4E 3E 41 15C 3F 15
Octal 131 24 42 0 116 76 101 534 77 25
Binary 1011001 10100 100010 0 1001110 111110 1000001 101011100 111111 10101

Color Harmonies of #591422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591422

Black with #591422

Text Example


Text Example

White with #591422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591422; }

 p { color: rgb(89,20,34); }

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

background-color css

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

 a { background-color: rgb(89,20,34); }

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

border-color css

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

 span { border-color: rgb(89,20,34); }

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