Html Css Color HEX #591222 Bordeaux

📋 copy color: '#591222'

red 89 ◦ green 18 ◦ blue 34

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

Shades of Bordeaux #591222

Tints of Bordeaux #591222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 63.12%
G = 12.77%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#591222 (or 0x591222) is known color: Bordeaux. HEX triplet: 59, 12 and 22. RGB value is (89,18,34). Sum of RGB (Red+Green+Blue) = 89+18+34=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #591222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591222 is #A6EDDD. Grayscale: #292929. Windows color (decimal): -10939870 or 2232921. OLE color: 2232921.

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

Color convert

RGB 89 18 34 -
CMYK 0 0.80 0.62 0.65
HSL 346.48º 0.66% 0.21% -
HSV(B) 346.48º 0.8% 0.35% -
XYZ 4.62 2.67 1.79 -
YUV 41.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 89 18 34 0 0.80 0.62 0.65 346.48 0.66 0.21
Hex 59 12 22 0 50 3E 41 15A 42 15
Octal 131 22 42 0 120 76 101 532 102 25
Binary 1011001 10010 100010 0 1010000 111110 1000001 101011010 1000010 10101

Color Harmonies of #591222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591222

Black with #591222

Text Example


Text Example

White with #591222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591222; }

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

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

background-color css

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

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

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

border-color css

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

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

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