Html Css Color HEX #520011 Bordeaux

📋 copy color: '#520011'

red 82 ◦ green 0 ◦ blue 17

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

Shades of Bordeaux #520011

Tints of Bordeaux #520011

RGB

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

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

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

R = 82.83%
G = 0%
B = 17.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#520011 (or 0x520011) is known color: Bordeaux. HEX triplet: 52, 00 and 11. RGB value is (82,0,17). Sum of RGB (Red+Green+Blue) = 82+0+17=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #520011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520011 is #ADFFEE. Grayscale: #1A1A1A. Windows color (decimal): -11403247 or 1114194. OLE color: 1114194.

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

Color convert

RGB 82 0 17 -
CMYK 0 1 0.79 0.68
HSL 347.56º 1% 0.16% -
HSV(B) 347.56º 1% 0.32% -
XYZ 3.58 1.83 0.7 -
YUV 26.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 82 0 17 0 1 0.79 0.68 347.56 1 0.16
Hex 52 0 11 0 64 4F 44 15C 64 10
Octal 122 0 21 0 144 117 104 534 144 20
Binary 1010010 0 10001 0 1100100 1001111 1000100 101011100 1100100 10000

Color Harmonies of #520011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520011

Black with #520011

Text Example


Text Example

White with #520011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520011; }

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

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

background-color css

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

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

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

border-color css

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

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

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