Html Css Color HEX #591323 Bordeaux

📋 copy color: '#591323'

red 89 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #591323

Tints of Bordeaux #591323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

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

R = 62.24%
G = 13.29%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#591323 (or 0x591323) is known color: Bordeaux. HEX triplet: 59, 13 and 23. RGB value is (89,19,35). Sum of RGB (Red+Green+Blue) = 89+19+35=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #591323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591323 is #A6ECDC. Grayscale: #292929. Windows color (decimal): -10939613 or 2298713. OLE color: 2298713.

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

Color convert

RGB 89 19 35 -
CMYK 0 0.79 0.61 0.65
HSL 346.29º 0.65% 0.21% -
HSV(B) 346.29º 0.79% 0.35% -
XYZ 4.66 2.71 1.87 -
YUV 41.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 89 19 35 0 0.79 0.61 0.65 346.29 0.65 0.21
Hex 59 13 23 0 4F 3D 41 15A 41 15
Octal 131 23 43 0 117 75 101 532 101 25
Binary 1011001 10011 100011 0 1001111 111101 1000001 101011010 1000001 10101

Color Harmonies of #591323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591323

Black with #591323

Text Example


Text Example

White with #591323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591323; }

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

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

background-color css

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

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

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

border-color css

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

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

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