Html Css Color HEX #591523 Bordeaux

📋 copy color: '#591523'

red 89 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #591523

Tints of Bordeaux #591523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.14%

R = 61.38%
G = 14.48%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#591523 (or 0x591523) is known color: Bordeaux. HEX triplet: 59, 15 and 23. RGB value is (89,21,35). Sum of RGB (Red+Green+Blue) = 89+21+35=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #591523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591523 is #A6EADC. Grayscale: #2A2A2A. Windows color (decimal): -10939101 or 2299225. OLE color: 2299225.

HSL color Cylindrical-coordinate representation of color #591523: hue angle of 347.65º 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 #591523 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 21 35 -
CMYK 0 0.76 0.61 0.65
HSL 347.65º 0.62% 0.22% -
HSV(B) 347.65º 0.76% 0.35% -
XYZ 4.69 2.78 1.88 -
YUV 42.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 89 21 35 0 0.76 0.61 0.65 347.65 0.62 0.22
Hex 59 15 23 0 4C 3D 41 15C 3E 16
Octal 131 25 43 0 114 75 101 534 76 26
Binary 1011001 10101 100011 0 1001100 111101 1000001 101011100 111110 10110

Color Harmonies of #591523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591523

Black with #591523

Text Example


Text Example

White with #591523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591523; }

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

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

background-color css

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

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

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

border-color css

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

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

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