Html Css Color HEX #580313 Bordeaux

📋 copy color: '#580313'

red 88 ◦ green 3 ◦ blue 19

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

Shades of Bordeaux #580313

Tints of Bordeaux #580313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

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

R = 80%
G = 2.73%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#580313 (or 0x580313) is known color: Bordeaux. HEX triplet: 58, 03 and 13. RGB value is (88,3,19). Sum of RGB (Red+Green+Blue) = 88+3+19=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #580313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580313 is #A7FCEC. Grayscale: #1E1E1E. Windows color (decimal): -11009261 or 1246040. OLE color: 1246040.

HSL color Cylindrical-coordinate representation of color #580313: hue angle of 348.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580313 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 3 19 -
CMYK 0 0.97 0.78 0.65
HSL 348.71º 0.93% 0.18% -
HSV(B) 348.71º 0.97% 0.35% -
XYZ 4.17 2.19 0.82 -
YUV 30.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 88 3 19 0 0.97 0.78 0.65 348.71 0.93 0.18
Hex 58 3 13 0 61 4E 41 15D 5D 12
Octal 130 3 23 0 141 116 101 535 135 22
Binary 1011000 11 10011 0 1100001 1001110 1000001 101011101 1011101 10010

Color Harmonies of #580313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580313

Black with #580313

Text Example


Text Example

White with #580313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580313; }

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

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

background-color css

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

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

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

border-color css

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

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

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