Html Css Color HEX #580311 Bordeaux

📋 copy color: '#580311'

red 88 ◦ green 3 ◦ blue 17

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

Shades of Bordeaux #580311

Tints of Bordeaux #580311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

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

R = 81.48%
G = 2.78%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#580311 (or 0x580311) is known color: Bordeaux. HEX triplet: 58, 03 and 11. RGB value is (88,3,17). Sum of RGB (Red+Green+Blue) = 88+3+17=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #580311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580311 is #A7FCEE. Grayscale: #1E1E1E. Windows color (decimal): -11009263 or 1114968. OLE color: 1114968.

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

Color convert

RGB 88 3 17 -
CMYK 0 0.97 0.81 0.65
HSL 350.12º 0.93% 0.18% -
HSV(B) 350.12º 0.97% 0.35% -
XYZ 4.16 2.18 0.73 -
YUV 30.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 88 3 17 0 0.97 0.81 0.65 350.12 0.93 0.18
Hex 58 3 11 0 61 51 41 15E 5D 12
Octal 130 3 21 0 141 121 101 536 135 22
Binary 1011000 11 10001 0 1100001 1010001 1000001 101011110 1011101 10010

Color Harmonies of #580311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580311

Black with #580311

Text Example


Text Example

White with #580311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580311; }

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

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

background-color css

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

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

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

border-color css

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

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

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