Html Css Color HEX #520510 Bordeaux

📋 copy color: '#520510'

red 82 ◦ green 5 ◦ blue 16

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

Shades of Bordeaux #520510

Tints of Bordeaux #520510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.53%

R = 79.61%
G = 4.85%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#520510 (or 0x520510) is known color: Bordeaux. HEX triplet: 52, 05 and 10. RGB value is (82,5,16). Sum of RGB (Red+Green+Blue) = 82+5+16=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #520510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520510 is #ADFAEF. Grayscale: #1D1D1D. Windows color (decimal): -11401968 or 1049938. OLE color: 1049938.

HSL color Cylindrical-coordinate representation of color #520510: hue angle of 351.43º 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 #520510 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 5 16 -
CMYK 0 0.94 0.80 0.68
HSL 351.43º 0.89% 0.17% -
HSV(B) 351.43º 0.94% 0.32% -
XYZ 3.63 1.94 0.67 -
YUV 29.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 82 5 16 0 0.94 0.80 0.68 351.43 0.89 0.17
Hex 52 5 10 0 5E 50 44 15F 59 11
Octal 122 5 20 0 136 120 104 537 131 21
Binary 1010010 101 10000 0 1011110 1010000 1000100 101011111 1011001 10001

Color Harmonies of #520510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520510

Black with #520510

Text Example


Text Example

White with #520510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520510; }

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

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

background-color css

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

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

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

border-color css

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

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

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