Html Css Color HEX #580913 Bordeaux

📋 copy color: '#580913'

red 88 ◦ green 9 ◦ blue 19

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

Shades of Bordeaux #580913

Tints of Bordeaux #580913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

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

R = 75.86%
G = 7.76%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#580913 (or 0x580913) is known color: Bordeaux. HEX triplet: 58, 09 and 13. RGB value is (88,9,19). Sum of RGB (Red+Green+Blue) = 88+9+19=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #580913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580913 is #A7F6EC. Grayscale: #212121. Windows color (decimal): -11007725 or 1247576. OLE color: 1247576.

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

Color convert

RGB 88 9 19 -
CMYK 0 0.90 0.78 0.65
HSL 352.41º 0.81% 0.19% -
HSV(B) 352.41º 0.9% 0.35% -
XYZ 4.24 2.32 0.84 -
YUV 33.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 88 9 19 0 0.90 0.78 0.65 352.41 0.81 0.19
Hex 58 9 13 0 5A 4E 41 160 51 13
Octal 130 11 23 0 132 116 101 540 121 23
Binary 1011000 1001 10011 0 1011010 1001110 1000001 101100000 1010001 10011

Color Harmonies of #580913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580913

Black with #580913

Text Example


Text Example

White with #580913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580913; }

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

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

background-color css

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

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

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

border-color css

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

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

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