Html Css Color HEX #520821 Bordeaux

📋 copy color: '#520821'

red 82 ◦ green 8 ◦ blue 33

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

Shades of Bordeaux #520821

Tints of Bordeaux #520821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.83%

R = 66.67%
G = 6.5%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#520821 (or 0x520821) is known color: Bordeaux. HEX triplet: 52, 08 and 21. RGB value is (82,8,33). Sum of RGB (Red+Green+Blue) = 82+8+33=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #520821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520821 is #ADF7DE. Grayscale: #202020. Windows color (decimal): -11401183 or 2164818. OLE color: 2164818.

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

Color convert

RGB 82 8 33 -
CMYK 0 0.90 0.60 0.68
HSL 339.73º 0.82% 0.18% -
HSV(B) 339.73º 0.9% 0.32% -
XYZ 3.84 2.08 1.64 -
YUV 32.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 82 8 33 0 0.90 0.60 0.68 339.73 0.82 0.18
Hex 52 8 21 0 5A 3C 44 154 52 12
Octal 122 10 41 0 132 74 104 524 122 22
Binary 1010010 1000 100001 0 1011010 111100 1000100 101010100 1010010 10010

Color Harmonies of #520821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520821

Black with #520821

Text Example


Text Example

White with #520821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520821; }

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

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

background-color css

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

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

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

border-color css

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

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

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