Html Css Color HEX #520522 Bordeaux

📋 copy color: '#520522'

red 82 ◦ green 5 ◦ blue 34

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

Shades of Bordeaux #520522

Tints of Bordeaux #520522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 28.1%

R = 67.77%
G = 4.13%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#520522 (or 0x520522) is known color: Bordeaux. HEX triplet: 52, 05 and 22. RGB value is (82,5,34). Sum of RGB (Red+Green+Blue) = 82+5+34=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #520522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520522 is #ADFADD. Grayscale: #1F1F1F. Windows color (decimal): -11401950 or 2229586. OLE color: 2229586.

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

Color convert

RGB 82 5 34 -
CMYK 0 0.94 0.59 0.68
HSL 337.4º 0.89% 0.17% -
HSV(B) 337.4º 0.94% 0.32% -
XYZ 3.82 2.02 1.7 -
YUV 31.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 82 5 34 0 0.94 0.59 0.68 337.4 0.89 0.17
Hex 52 5 22 0 5E 3B 44 151 59 11
Octal 122 5 42 0 136 73 104 521 131 21
Binary 1010010 101 100010 0 1011110 111011 1000100 101010001 1011001 10001

Color Harmonies of #520522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520522

Black with #520522

Text Example


Text Example

White with #520522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520522; }

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

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

background-color css

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

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

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

border-color css

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

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

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