Html Css Color HEX #520313 Bordeaux

📋 copy color: '#520313'

red 82 ◦ green 3 ◦ blue 19

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

Shades of Bordeaux #520313

Tints of Bordeaux #520313

RGB

 RED value IS 82 (32.42% from 255) = 78.85%

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

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

R = 78.85%
G = 2.88%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#520313 (or 0x520313) is known color: Bordeaux. HEX triplet: 52, 03 and 13. RGB value is (82,3,19). Sum of RGB (Red+Green+Blue) = 82+3+19=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520313 is #ADFCEC. Grayscale: #1C1C1C. Windows color (decimal): -11402477 or 1246034. OLE color: 1246034.

HSL color Cylindrical-coordinate representation of color #520313: hue angle of 347.85º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520313 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 19 -
CMYK 0 0.96 0.77 0.68
HSL 347.85º 0.93% 0.17% -
HSV(B) 347.85º 0.96% 0.32% -
XYZ 3.63 1.91 0.79 -
YUV 28.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 82 3 19 0 0.96 0.77 0.68 347.85 0.93 0.17
Hex 52 3 13 0 60 4D 44 15C 5D 11
Octal 122 3 23 0 140 115 104 534 135 21
Binary 1010010 11 10011 0 1100000 1001101 1000100 101011100 1011101 10001

Color Harmonies of #520313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520313

Black with #520313

Text Example


Text Example

White with #520313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520313; }

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

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

background-color css

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

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

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

border-color css

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

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

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