Html Css Color HEX #521020 Bordeaux

📋 copy color: '#521020'

red 82 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #521020

Tints of Bordeaux #521020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

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

R = 63.08%
G = 12.31%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#521020 (or 0x521020) is known color: Bordeaux. HEX triplet: 52, 10 and 20. RGB value is (82,16,32). Sum of RGB (Red+Green+Blue) = 82+16+32=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #521020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521020 is #ADEFDF. Grayscale: #252525. Windows color (decimal): -11399136 or 2101330. OLE color: 2101330.

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

Color convert

RGB 82 16 32 -
CMYK 0 0.80 0.61 0.68
HSL 345.45º 0.67% 0.19% -
HSV(B) 345.45º 0.8% 0.32% -
XYZ 3.93 2.27 1.6 -
YUV 37.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 82 16 32 0 0.80 0.61 0.68 345.45 0.67 0.19
Hex 52 10 20 0 50 3D 44 159 43 13
Octal 122 20 40 0 120 75 104 531 103 23
Binary 1010010 10000 100000 0 1010000 111101 1000100 101011001 1000011 10011

Color Harmonies of #521020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521020

Black with #521020

Text Example


Text Example

White with #521020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521020; }

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

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

background-color css

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

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

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

border-color css

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

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

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