Html Css Color HEX #520520 Bordeaux

📋 copy color: '#520520'

red 82 ◦ green 5 ◦ blue 32

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

Shades of Bordeaux #520520

Tints of Bordeaux #520520

RGB

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

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

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

R = 68.91%
G = 4.2%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#520520 (or 0x520520) is known color: Bordeaux. HEX triplet: 52, 05 and 20. RGB value is (82,5,32). Sum of RGB (Red+Green+Blue) = 82+5+32=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #520520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520520 is #ADFADF. Grayscale: #1F1F1F. Windows color (decimal): -11401952 or 2098514. OLE color: 2098514.

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

Color convert

RGB 82 5 32 -
CMYK 0 0.94 0.61 0.68
HSL 338.96º 0.89% 0.17% -
HSV(B) 338.96º 0.94% 0.32% -
XYZ 3.79 2.01 1.55 -
YUV 31.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 82 5 32 0 0.94 0.61 0.68 338.96 0.89 0.17
Hex 52 5 20 0 5E 3D 44 153 59 11
Octal 122 5 40 0 136 75 104 523 131 21
Binary 1010010 101 100000 0 1011110 111101 1000100 101010011 1011001 10001

Color Harmonies of #520520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520520

Black with #520520

Text Example


Text Example

White with #520520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520520; }

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

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

background-color css

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

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

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

border-color css

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

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

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