Html Css Color HEX #520E20 Bordeaux

📋 copy color: '#520E20'

red 82 ◦ green 14 ◦ blue 32

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

Shades of Bordeaux #520E20

Tints of Bordeaux #520E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.94%

 BLUE value IS 32 (12.89% from 255) = 25%

R = 64.06%
G = 10.94%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#520E20 (or 0x520E20) is known color: Bordeaux. HEX triplet: 52, 0E and 20. RGB value is (82,14,32). Sum of RGB (Red+Green+Blue) = 82+14+32=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #520E20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520E20 is #ADF1DF. Grayscale: #242424. Windows color (decimal): -11399648 or 2100818. OLE color: 2100818.

HSL color Cylindrical-coordinate representation of color #520E20: hue angle of 344.12º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520E20 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 14 32 -
CMYK 0 0.83 0.61 0.68
HSL 344.12º 0.71% 0.19% -
HSV(B) 344.12º 0.83% 0.32% -
XYZ 3.9 2.21 1.59 -
YUV 36.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 82 14 32 0 0.83 0.61 0.68 344.12 0.71 0.19
Hex 52 E 20 0 53 3D 44 158 47 13
Octal 122 16 40 0 123 75 104 530 107 23
Binary 1010010 1110 100000 0 1010011 111101 1000100 101011000 1000111 10011

Color Harmonies of #520E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E20

Black with #520E20

Text Example


Text Example

White with #520E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520E20; }

 p { color: rgb(82,14,32); }

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

background-color css

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

 a { background-color: rgb(82,14,32); }

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

border-color css

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

 span { border-color: rgb(82,14,32); }

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