Html Css Color HEX #520511 Bordeaux

📋 copy color: '#520511'

red 82 ◦ green 5 ◦ blue 17

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

Shades of Bordeaux #520511

Tints of Bordeaux #520511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.35%

R = 78.85%
G = 4.81%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#520511 (or 0x520511) is known color: Bordeaux. HEX triplet: 52, 05 and 11. RGB value is (82,5,17). Sum of RGB (Red+Green+Blue) = 82+5+17=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520511 is #ADFAEE. Grayscale: #1D1D1D. Windows color (decimal): -11401967 or 1115474. OLE color: 1115474.

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

Color convert

RGB 82 5 17 -
CMYK 0 0.94 0.79 0.68
HSL 350.65º 0.89% 0.17% -
HSV(B) 350.65º 0.94% 0.32% -
XYZ 3.64 1.94 0.71 -
YUV 29.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 82 5 17 0 0.94 0.79 0.68 350.65 0.89 0.17
Hex 52 5 11 0 5E 4F 44 15F 59 11
Octal 122 5 21 0 136 117 104 537 131 21
Binary 1010010 101 10001 0 1011110 1001111 1000100 101011111 1011001 10001

Color Harmonies of #520511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520511

Black with #520511

Text Example


Text Example

White with #520511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520511; }

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

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

background-color css

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

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

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

border-color css

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

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

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