Html Css Color HEX #591522 Bordeaux

📋 copy color: '#591522'

red 89 ◦ green 21 ◦ blue 34

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

Shades of Bordeaux #591522

Tints of Bordeaux #591522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

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

R = 61.81%
G = 14.58%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#591522 (or 0x591522) is known color: Bordeaux. HEX triplet: 59, 15 and 22. RGB value is (89,21,34). Sum of RGB (Red+Green+Blue) = 89+21+34=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #591522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591522 is #A6EADD. Grayscale: #2A2A2A. Windows color (decimal): -10939102 or 2233689. OLE color: 2233689.

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

Color convert

RGB 89 21 34 -
CMYK 0 0.76 0.62 0.65
HSL 348.53º 0.62% 0.22% -
HSV(B) 348.53º 0.76% 0.35% -
XYZ 4.68 2.78 1.8 -
YUV 42.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 89 21 34 0 0.76 0.62 0.65 348.53 0.62 0.22
Hex 59 15 22 0 4C 3E 41 15D 3E 16
Octal 131 25 42 0 114 76 101 535 76 26
Binary 1011001 10101 100010 0 1001100 111110 1000001 101011101 111110 10110

Color Harmonies of #591522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591522

Black with #591522

Text Example


Text Example

White with #591522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591522; }

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

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

background-color css

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

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

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

border-color css

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

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

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