Html Css Color HEX #580B16 Bordeaux

📋 copy color: '#580B16'

red 88 ◦ green 11 ◦ blue 22

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

Shades of Bordeaux #580B16

Tints of Bordeaux #580B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.18%

R = 72.73%
G = 9.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#580B16 (or 0x580B16) is known color: Bordeaux. HEX triplet: 58, 0B and 16. RGB value is (88,11,22). Sum of RGB (Red+Green+Blue) = 88+11+22=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #580B16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B16 is #A7F4E9. Grayscale: #232323. Windows color (decimal): -11007210 or 1444696. OLE color: 1444696.

HSL color Cylindrical-coordinate representation of color #580B16: hue angle of 351.43º 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 #580B16 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 11 22 -
CMYK 0 0.88 0.75 0.65
HSL 351.43º 0.78% 0.19% -
HSV(B) 351.43º 0.88% 0.35% -
XYZ 4.29 2.37 0.99 -
YUV 35.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 88 11 22 0 0.88 0.75 0.65 351.43 0.78 0.19
Hex 58 B 16 0 58 4B 41 15F 4E 13
Octal 130 13 26 0 130 113 101 537 116 23
Binary 1011000 1011 10110 0 1011000 1001011 1000001 101011111 1001110 10011

Color Harmonies of #580B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B16

Black with #580B16

Text Example


Text Example

White with #580B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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