Html Css Color HEX #520D13 Bordeaux

📋 copy color: '#520D13'

red 82 ◦ green 13 ◦ blue 19

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

Shades of Bordeaux #520D13

Tints of Bordeaux #520D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.4%

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

R = 71.93%
G = 11.4%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#520D13 (or 0x520D13) is known color: Bordeaux. HEX triplet: 52, 0D and 13. RGB value is (82,13,19). Sum of RGB (Red+Green+Blue) = 82+13+19=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #520D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520D13 is #ADF2EC. Grayscale: #222222. Windows color (decimal): -11399917 or 1248594. OLE color: 1248594.

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

Color convert

RGB 82 13 19 -
CMYK 0 0.84 0.77 0.68
HSL 354.78º 0.73% 0.19% -
HSV(B) 354.78º 0.84% 0.32% -
XYZ 3.74 2.13 0.83 -
YUV 34.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 82 13 19 0 0.84 0.77 0.68 354.78 0.73 0.19
Hex 52 D 13 0 54 4D 44 163 49 13
Octal 122 15 23 0 124 115 104 543 111 23
Binary 1010010 1101 10011 0 1010100 1001101 1000100 101100011 1001001 10011

Color Harmonies of #520D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D13

Black with #520D13

Text Example


Text Example

White with #520D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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