Html Css Color HEX #591022 Bordeaux

📋 copy color: '#591022'

red 89 ◦ green 16 ◦ blue 34

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

Shades of Bordeaux #591022

Tints of Bordeaux #591022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.51%

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

R = 64.03%
G = 11.51%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#591022 (or 0x591022) is known color: Bordeaux. HEX triplet: 59, 10 and 22. RGB value is (89,16,34). Sum of RGB (Red+Green+Blue) = 89+16+34=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #591022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591022 is #A6EFDD. Grayscale: #272727. Windows color (decimal): -10940382 or 2232409. OLE color: 2232409.

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

Color convert

RGB 89 16 34 -
CMYK 0 0.82 0.62 0.65
HSL 345.21º 0.7% 0.21% -
HSV(B) 345.21º 0.82% 0.35% -
XYZ 4.59 2.61 1.78 -
YUV 39.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 89 16 34 0 0.82 0.62 0.65 345.21 0.7 0.21
Hex 59 10 22 0 52 3E 41 159 46 15
Octal 131 20 42 0 122 76 101 531 106 25
Binary 1011001 10000 100010 0 1010010 111110 1000001 101011001 1000110 10101

Color Harmonies of #591022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591022

Black with #591022

Text Example


Text Example

White with #591022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591022; }

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

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

background-color css

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

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

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

border-color css

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

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

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