Html Css Color HEX #580911 Bordeaux

📋 copy color: '#580911'

red 88 ◦ green 9 ◦ blue 17

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

Shades of Bordeaux #580911

Tints of Bordeaux #580911

RGB

 RED value IS 88 (34.77% from 255) = 77.19%

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

 BLUE value IS 17 (7.03% from 255) = 14.91%

R = 77.19%
G = 7.89%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#580911 (or 0x580911) is known color: Bordeaux. HEX triplet: 58, 09 and 11. RGB value is (88,9,17). Sum of RGB (Red+Green+Blue) = 88+9+17=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #580911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580911 is #A7F6EE. Grayscale: #212121. Windows color (decimal): -11007727 or 1116504. OLE color: 1116504.

HSL color Cylindrical-coordinate representation of color #580911: hue angle of 353.92º degrees, saturation: 0.81, 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 #580911 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 17 -
CMYK 0 0.90 0.81 0.65
HSL 353.92º 0.81% 0.19% -
HSV(B) 353.92º 0.9% 0.35% -
XYZ 4.22 2.31 0.75 -
YUV 33.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 88 9 17 0 0.90 0.81 0.65 353.92 0.81 0.19
Hex 58 9 11 0 5A 51 41 162 51 13
Octal 130 11 21 0 132 121 101 542 121 23
Binary 1011000 1001 10001 0 1011010 1010001 1000001 101100010 1010001 10011

Color Harmonies of #580911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580911

Black with #580911

Text Example


Text Example

White with #580911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580911; }

 p { color: rgb(88,9,17); }

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

background-color css

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

 a { background-color: rgb(88,9,17); }

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

border-color css

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

 span { border-color: rgb(88,9,17); }

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