Html Css Color HEX #580B20 Bordeaux

📋 copy color: '#580B20'

red 88 ◦ green 11 ◦ blue 32

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

Shades of Bordeaux #580B20

Tints of Bordeaux #580B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.4%

 BLUE value IS 32 (12.89% from 255) = 24.43%

R = 67.18%
G = 8.4%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#580B20 (or 0x580B20) is known color: Bordeaux. HEX triplet: 58, 0B and 20. RGB value is (88,11,32). Sum of RGB (Red+Green+Blue) = 88+11+32=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #580B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B20 is #A7F4DF. Grayscale: #242424. Windows color (decimal): -11007200 or 2100056. OLE color: 2100056.

HSL color Cylindrical-coordinate representation of color #580B20: hue angle of 343.64º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B20 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 11 32 -
CMYK 0 0.88 0.64 0.65
HSL 343.64º 0.78% 0.19% -
HSV(B) 343.64º 0.88% 0.35% -
XYZ 4.4 2.42 1.6 -
YUV 36.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 88 11 32 0 0.88 0.64 0.65 343.64 0.78 0.19
Hex 58 B 20 0 58 40 41 158 4E 13
Octal 130 13 40 0 130 100 101 530 116 23
Binary 1011000 1011 100000 0 1011000 1000000 1000001 101011000 1001110 10011

Color Harmonies of #580B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B20

Black with #580B20

Text Example


Text Example

White with #580B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580B20; }

 p { color: rgb(88,11,32); }

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

background-color css

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

 a { background-color: rgb(88,11,32); }

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

border-color css

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

 span { border-color: rgb(88,11,32); }

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