Html Css Color HEX #520811 Bordeaux

📋 copy color: '#520811'

red 82 ◦ green 8 ◦ blue 17

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

Shades of Bordeaux #520811

Tints of Bordeaux #520811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

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

R = 76.64%
G = 7.48%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#520811 (or 0x520811) is known color: Bordeaux. HEX triplet: 52, 08 and 11. RGB value is (82,8,17). Sum of RGB (Red+Green+Blue) = 82+8+17=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #520811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520811 is #ADF7EE. Grayscale: #1F1F1F. Windows color (decimal): -11401199 or 1116242. OLE color: 1116242.

HSL color Cylindrical-coordinate representation of color #520811: hue angle of 352.7º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520811 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 17 -
CMYK 0 0.90 0.79 0.68
HSL 352.7º 0.82% 0.18% -
HSV(B) 352.7º 0.9% 0.32% -
XYZ 3.67 2.01 0.72 -
YUV 31.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 82 8 17 0 0.90 0.79 0.68 352.7 0.82 0.18
Hex 52 8 11 0 5A 4F 44 161 52 12
Octal 122 10 21 0 132 117 104 541 122 22
Binary 1010010 1000 10001 0 1011010 1001111 1000100 101100001 1010010 10010

Color Harmonies of #520811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520811

Black with #520811

Text Example


Text Example

White with #520811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520811; }

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

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

background-color css

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

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

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

border-color css

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

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

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