Html Css Color HEX #591524 Bordeaux

📋 copy color: '#591524'

red 89 ◦ green 21 ◦ blue 36

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

Shades of Bordeaux #591524

Tints of Bordeaux #591524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.66%

R = 60.96%
G = 14.38%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#591524 (or 0x591524) is known color: Bordeaux. HEX triplet: 59, 15 and 24. RGB value is (89,21,36). Sum of RGB (Red+Green+Blue) = 89+21+36=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #591524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591524 is #A6EADB. Grayscale: #2B2B2B. Windows color (decimal): -10939100 or 2364761. OLE color: 2364761.

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

Color convert

RGB 89 21 36 -
CMYK 0 0.76 0.60 0.65
HSL 346.76º 0.62% 0.22% -
HSV(B) 346.76º 0.76% 0.35% -
XYZ 4.71 2.79 1.96 -
YUV 43.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 89 21 36 0 0.76 0.60 0.65 346.76 0.62 0.22
Hex 59 15 24 0 4C 3C 41 15B 3E 16
Octal 131 25 44 0 114 74 101 533 76 26
Binary 1011001 10101 100100 0 1001100 111100 1000001 101011011 111110 10110

Color Harmonies of #591524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591524

Black with #591524

Text Example


Text Example

White with #591524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591524; }

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

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

background-color css

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

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

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

border-color css

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

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

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