Html Css Color HEX #521220 Bordeaux

📋 copy color: '#521220'

red 82 ◦ green 18 ◦ blue 32

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

Shades of Bordeaux #521220

Tints of Bordeaux #521220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

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

R = 62.12%
G = 13.64%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#521220 (or 0x521220) is known color: Bordeaux. HEX triplet: 52, 12 and 20. RGB value is (82,18,32). Sum of RGB (Red+Green+Blue) = 82+18+32=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #521220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521220 is #ADEDDF. Grayscale: #262626. Windows color (decimal): -11398624 or 2101842. OLE color: 2101842.

HSL color Cylindrical-coordinate representation of color #521220: hue angle of 346.88º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521220 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 18 32 -
CMYK 0 0.78 0.61 0.68
HSL 346.88º 0.64% 0.2% -
HSV(B) 346.88º 0.78% 0.32% -
XYZ 3.96 2.33 1.61 -
YUV 38.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 82 18 32 0 0.78 0.61 0.68 346.88 0.64 0.2
Hex 52 12 20 0 4E 3D 44 15B 40 14
Octal 122 22 40 0 116 75 104 533 100 24
Binary 1010010 10010 100000 0 1001110 111101 1000100 101011011 1000000 10100

Color Harmonies of #521220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521220

Black with #521220

Text Example


Text Example

White with #521220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521220; }

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

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

background-color css

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

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

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

border-color css

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

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

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