Html Css Color HEX #591528 Bordeaux

📋 copy color: '#591528'

red 89 ◦ green 21 ◦ blue 40

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

Shades of Bordeaux #591528

Tints of Bordeaux #591528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.67%

R = 59.33%
G = 14%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#591528 (or 0x591528) is known color: Bordeaux. HEX triplet: 59, 15 and 28. RGB value is (89,21,40). Sum of RGB (Red+Green+Blue) = 89+21+40=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #591528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591528 is #A6EAD7. Grayscale: #2B2B2B. Windows color (decimal): -10939096 or 2626905. OLE color: 2626905.

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

Color convert

RGB 89 21 40 -
CMYK 0 0.76 0.55 0.65
HSL 343.24º 0.62% 0.22% -
HSV(B) 343.24º 0.76% 0.35% -
XYZ 4.77 2.81 2.3 -
YUV 43.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 89 21 40 0 0.76 0.55 0.65 343.24 0.62 0.22
Hex 59 15 28 0 4C 37 41 157 3E 16
Octal 131 25 50 0 114 67 101 527 76 26
Binary 1011001 10101 101000 0 1001100 110111 1000001 101010111 111110 10110

Color Harmonies of #591528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591528

Black with #591528

Text Example


Text Example

White with #591528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591528; }

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

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

background-color css

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

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

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

border-color css

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

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

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