Html Css Color HEX #520013 Bordeaux

📋 copy color: '#520013'

red 82 ◦ green 0 ◦ blue 19

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

Shades of Bordeaux #520013

Tints of Bordeaux #520013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.19%
G = 0%
B = 18.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#520013 (or 0x520013) is known color: Bordeaux. HEX triplet: 52, 00 and 13. RGB value is (82,0,19). Sum of RGB (Red+Green+Blue) = 82+0+19=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #520013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520013 is #ADFFEC. Grayscale: #1A1A1A. Windows color (decimal): -11403245 or 1245266. OLE color: 1245266.

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

Color convert

RGB 82 0 19 -
CMYK 0 1 0.77 0.68
HSL 346.1º 1% 0.16% -
HSV(B) 346.1º 1% 0.32% -
XYZ 3.6 1.84 0.78 -
YUV 26.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 82 0 19 0 1 0.77 0.68 346.1 1 0.16
Hex 52 0 13 0 64 4D 44 15A 64 10
Octal 122 0 23 0 144 115 104 532 144 20
Binary 1010010 0 10011 0 1100100 1001101 1000100 101011010 1100100 10000

Color Harmonies of #520013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520013

Black with #520013

Text Example


Text Example

White with #520013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520013; }

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

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

background-color css

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

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

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

border-color css

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

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

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