Html Css Color HEX #520513 Bordeaux

📋 copy color: '#520513'

red 82 ◦ green 5 ◦ blue 19

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

Shades of Bordeaux #520513

Tints of Bordeaux #520513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.72%

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

R = 77.36%
G = 4.72%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#520513 (or 0x520513) is known color: Bordeaux. HEX triplet: 52, 05 and 13. RGB value is (82,5,19). Sum of RGB (Red+Green+Blue) = 82+5+19=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #520513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520513 is #ADFAEC. Grayscale: #1D1D1D. Windows color (decimal): -11401965 or 1246546. OLE color: 1246546.

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

Color convert

RGB 82 5 19 -
CMYK 0 0.94 0.77 0.68
HSL 349.09º 0.89% 0.17% -
HSV(B) 349.09º 0.94% 0.32% -
XYZ 3.65 1.95 0.8 -
YUV 29.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 82 5 19 0 0.94 0.77 0.68 349.09 0.89 0.17
Hex 52 5 13 0 5E 4D 44 15D 59 11
Octal 122 5 23 0 136 115 104 535 131 21
Binary 1010010 101 10011 0 1011110 1001101 1000100 101011101 1011001 10001

Color Harmonies of #520513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520513

Black with #520513

Text Example


Text Example

White with #520513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520513; }

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

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

background-color css

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

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

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

border-color css

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

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

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