Html Css Color HEX #591424 Bordeaux

📋 copy color: '#591424'

red 89 ◦ green 20 ◦ blue 36

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

Shades of Bordeaux #591424

Tints of Bordeaux #591424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 61.38%
G = 13.79%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#591424 (or 0x591424) is known color: Bordeaux. HEX triplet: 59, 14 and 24. RGB value is (89,20,36). Sum of RGB (Red+Green+Blue) = 89+20+36=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #591424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591424 is #A6EBDB. Grayscale: #2A2A2A. Windows color (decimal): -10939356 or 2364505. OLE color: 2364505.

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

Color convert

RGB 89 20 36 -
CMYK 0 0.78 0.60 0.65
HSL 346.09º 0.63% 0.21% -
HSV(B) 346.09º 0.78% 0.35% -
XYZ 4.69 2.75 1.95 -
YUV 42.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 89 20 36 0 0.78 0.60 0.65 346.09 0.63 0.21
Hex 59 14 24 0 4E 3C 41 15A 3F 15
Octal 131 24 44 0 116 74 101 532 77 25
Binary 1011001 10100 100100 0 1001110 111100 1000001 101011010 111111 10101

Color Harmonies of #591424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591424

Black with #591424

Text Example


Text Example

White with #591424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591424; }

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

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

background-color css

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

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

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

border-color css

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

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

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