Html Css Color HEX #590927 Bordeaux

📋 copy color: '#590927'

red 89 ◦ green 9 ◦ blue 39

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

Shades of Bordeaux #590927

Tints of Bordeaux #590927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.57%

 BLUE value IS 39 (15.63% from 255) = 28.47%

R = 64.96%
G = 6.57%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#590927 (or 0x590927) is known color: Bordeaux. HEX triplet: 59, 09 and 27. RGB value is (89,9,39). Sum of RGB (Red+Green+Blue) = 89+9+39=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #590927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590927 is #A6F6D8. Grayscale: #242424. Windows color (decimal): -10942169 or 2558297. OLE color: 2558297.

HSL color Cylindrical-coordinate representation of color #590927: hue angle of 337.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590927 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 39 -
CMYK 0 0.90 0.56 0.65
HSL 337.5º 0.82% 0.19% -
HSV(B) 337.5º 0.9% 0.35% -
XYZ 4.58 2.47 2.15 -
YUV 36.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 89 9 39 0 0.90 0.56 0.65 337.5 0.82 0.19
Hex 59 9 27 0 5A 38 41 152 52 13
Octal 131 11 47 0 132 70 101 522 122 23
Binary 1011001 1001 100111 0 1011010 111000 1000001 101010010 1010010 10011

Color Harmonies of #590927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590927

Black with #590927

Text Example


Text Example

White with #590927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590927; }

 p { color: rgb(89,9,39); }

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

background-color css

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

 a { background-color: rgb(89,9,39); }

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

border-color css

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

 span { border-color: rgb(89,9,39); }

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