Html Css Color HEX #580A13 Bordeaux

📋 copy color: '#580A13'

red 88 ◦ green 10 ◦ blue 19

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

Shades of Bordeaux #580A13

Tints of Bordeaux #580A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.55%

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

R = 75.21%
G = 8.55%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#580A13 (or 0x580A13) is known color: Bordeaux. HEX triplet: 58, 0A and 13. RGB value is (88,10,19). Sum of RGB (Red+Green+Blue) = 88+10+19=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #580A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580A13 is #A7F5EC. Grayscale: #222222. Windows color (decimal): -11007469 or 1247832. OLE color: 1247832.

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

Color convert

RGB 88 10 19 -
CMYK 0 0.89 0.78 0.65
HSL 353.08º 0.8% 0.19% -
HSV(B) 353.08º 0.89% 0.35% -
XYZ 4.25 2.34 0.84 -
YUV 34.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 88 10 19 0 0.89 0.78 0.65 353.08 0.8 0.19
Hex 58 A 13 0 59 4E 41 161 50 13
Octal 130 12 23 0 131 116 101 541 120 23
Binary 1011000 1010 10011 0 1011001 1001110 1000001 101100001 1010000 10011

Color Harmonies of #580A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A13

Black with #580A13

Text Example


Text Example

White with #580A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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