Html Css Color HEX #590724 Bordeaux

📋 copy color: '#590724'

red 89 ◦ green 7 ◦ blue 36

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

Shades of Bordeaux #590724

Tints of Bordeaux #590724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.3%

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

R = 67.42%
G = 5.3%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#590724 (or 0x590724) is known color: Bordeaux. HEX triplet: 59, 07 and 24. RGB value is (89,7,36). Sum of RGB (Red+Green+Blue) = 89+7+36=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #590724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590724 is #A6F8DB. Grayscale: #222222. Windows color (decimal): -10942684 or 2361177. OLE color: 2361177.

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

Color convert

RGB 89 7 36 -
CMYK 0 0.92 0.60 0.65
HSL 338.78º 0.85% 0.19% -
HSV(B) 338.78º 0.92% 0.35% -
XYZ 4.51 2.4 1.89 -
YUV 34.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 89 7 36 0 0.92 0.60 0.65 338.78 0.85 0.19
Hex 59 7 24 0 5C 3C 41 153 55 13
Octal 131 7 44 0 134 74 101 523 125 23
Binary 1011001 111 100100 0 1011100 111100 1000001 101010011 1010101 10011

Color Harmonies of #590724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590724

Black with #590724

Text Example


Text Example

White with #590724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590724; }

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

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

background-color css

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

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

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

border-color css

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

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

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