Html Css Color HEX #580811 Bordeaux

📋 copy color: '#580811'

red 88 ◦ green 8 ◦ blue 17

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

Shades of Bordeaux #580811

Tints of Bordeaux #580811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

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

R = 77.88%
G = 7.08%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#580811 (or 0x580811) is known color: Bordeaux. HEX triplet: 58, 08 and 11. RGB value is (88,8,17). Sum of RGB (Red+Green+Blue) = 88+8+17=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580811 is #A7F7EE. Grayscale: #202020. Windows color (decimal): -11007983 or 1116248. OLE color: 1116248.

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

Color convert

RGB 88 8 17 -
CMYK 0 0.91 0.81 0.65
HSL 353.25º 0.83% 0.19% -
HSV(B) 353.25º 0.91% 0.35% -
XYZ 4.21 2.29 0.75 -
YUV 32.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 88 8 17 0 0.91 0.81 0.65 353.25 0.83 0.19
Hex 58 8 11 0 5B 51 41 161 53 13
Octal 130 10 21 0 133 121 101 541 123 23
Binary 1011000 1000 10001 0 1011011 1010001 1000001 101100001 1010011 10011

Color Harmonies of #580811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580811

Black with #580811

Text Example


Text Example

White with #580811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580811; }

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

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

background-color css

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

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

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

border-color css

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

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

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