Html Css Color HEX #580111 Bordeaux

📋 copy color: '#580111'

red 88 ◦ green 1 ◦ blue 17

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

Shades of Bordeaux #580111

Tints of Bordeaux #580111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

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

R = 83.02%
G = 0.94%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#580111 (or 0x580111) is known color: Bordeaux. HEX triplet: 58, 01 and 11. RGB value is (88,1,17). Sum of RGB (Red+Green+Blue) = 88+1+17=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #580111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580111 is #A7FEEE. Grayscale: #1C1C1C. Windows color (decimal): -11009775 or 1114456. OLE color: 1114456.

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

Color convert

RGB 88 1 17 -
CMYK 0 0.99 0.81 0.65
HSL 348.97º 0.98% 0.17% -
HSV(B) 348.97º 0.99% 0.35% -
XYZ 4.14 2.14 0.72 -
YUV 28.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 88 1 17 0 0.99 0.81 0.65 348.97 0.98 0.17
Hex 58 1 11 0 63 51 41 15D 62 11
Octal 130 1 21 0 143 121 101 535 142 21
Binary 1011000 1 10001 0 1100011 1010001 1000001 101011101 1100010 10001

Color Harmonies of #580111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580111

Black with #580111

Text Example


Text Example

White with #580111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580111; }

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

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

background-color css

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

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

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

border-color css

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

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

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