Html Css Color HEX #580213 Bordeaux

📋 copy color: '#580213'

red 88 ◦ green 2 ◦ blue 19

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

Shades of Bordeaux #580213

Tints of Bordeaux #580213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.83%

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

R = 80.73%
G = 1.83%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#580213 (or 0x580213) is known color: Bordeaux. HEX triplet: 58, 02 and 13. RGB value is (88,2,19). Sum of RGB (Red+Green+Blue) = 88+2+19=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #580213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580213 is #A7FDEC. Grayscale: #1D1D1D. Windows color (decimal): -11009517 or 1245784. OLE color: 1245784.

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

Color convert

RGB 88 2 19 -
CMYK 0 0.98 0.78 0.65
HSL 348.14º 0.96% 0.18% -
HSV(B) 348.14º 0.98% 0.35% -
XYZ 4.16 2.17 0.81 -
YUV 29.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 88 2 19 0 0.98 0.78 0.65 348.14 0.96 0.18
Hex 58 2 13 0 62 4E 41 15C 60 12
Octal 130 2 23 0 142 116 101 534 140 22
Binary 1011000 10 10011 0 1100010 1001110 1000001 101011100 1100000 10010

Color Harmonies of #580213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580213

Black with #580213

Text Example


Text Example

White with #580213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580213; }

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

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

background-color css

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

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

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

border-color css

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

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

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