Html Css Color HEX #580B13 Bordeaux

📋 copy color: '#580B13'

red 88 ◦ green 11 ◦ blue 19

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

Shades of Bordeaux #580B13

Tints of Bordeaux #580B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 74.58%
G = 9.32%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#580B13 (or 0x580B13) is known color: Bordeaux. HEX triplet: 58, 0B and 13. RGB value is (88,11,19). Sum of RGB (Red+Green+Blue) = 88+11+19=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #580B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B13 is #A7F4EC. Grayscale: #222222. Windows color (decimal): -11007213 or 1248088. OLE color: 1248088.

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

Color convert

RGB 88 11 19 -
CMYK 0 0.88 0.78 0.65
HSL 353.77º 0.78% 0.19% -
HSV(B) 353.77º 0.88% 0.35% -
XYZ 4.26 2.36 0.85 -
YUV 34.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 88 11 19 0 0.88 0.78 0.65 353.77 0.78 0.19
Hex 58 B 13 0 58 4E 41 162 4E 13
Octal 130 13 23 0 130 116 101 542 116 23
Binary 1011000 1011 10011 0 1011000 1001110 1000001 101100010 1001110 10011

Color Harmonies of #580B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B13

Black with #580B13

Text Example


Text Example

White with #580B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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