Html Css Color HEX #580211 Bordeaux

📋 copy color: '#580211'

red 88 ◦ green 2 ◦ blue 17

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

Shades of Bordeaux #580211

Tints of Bordeaux #580211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

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

R = 82.24%
G = 1.87%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#580211 (or 0x580211) is known color: Bordeaux. HEX triplet: 58, 02 and 11. RGB value is (88,2,17). Sum of RGB (Red+Green+Blue) = 88+2+17=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #580211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580211 is #A7FDEE. Grayscale: #1D1D1D. Windows color (decimal): -11009519 or 1114712. OLE color: 1114712.

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

Color convert

RGB 88 2 17 -
CMYK 0 0.98 0.81 0.65
HSL 349.53º 0.96% 0.18% -
HSV(B) 349.53º 0.98% 0.35% -
XYZ 4.15 2.16 0.73 -
YUV 29.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 88 2 17 0 0.98 0.81 0.65 349.53 0.96 0.18
Hex 58 2 11 0 62 51 41 15E 60 12
Octal 130 2 21 0 142 121 101 536 140 22
Binary 1011000 10 10001 0 1100010 1010001 1000001 101011110 1100000 10010

Color Harmonies of #580211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580211

Black with #580211

Text Example


Text Example

White with #580211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580211; }

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

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

background-color css

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

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

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

border-color css

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

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

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