Html Css Color HEX #521120 Bordeaux

📋 copy color: '#521120'

red 82 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #521120

Tints of Bordeaux #521120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.98%

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

R = 62.6%
G = 12.98%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#521120 (or 0x521120) is known color: Bordeaux. HEX triplet: 52, 11 and 20. RGB value is (82,17,32). Sum of RGB (Red+Green+Blue) = 82+17+32=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #521120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521120 is #ADEEDF. Grayscale: #262626. Windows color (decimal): -11398880 or 2101586. OLE color: 2101586.

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

Color convert

RGB 82 17 32 -
CMYK 0 0.79 0.61 0.68
HSL 346.15º 0.66% 0.19% -
HSV(B) 346.15º 0.79% 0.32% -
XYZ 3.94 2.3 1.6 -
YUV 38.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 82 17 32 0 0.79 0.61 0.68 346.15 0.66 0.19
Hex 52 11 20 0 4F 3D 44 15A 42 13
Octal 122 21 40 0 117 75 104 532 102 23
Binary 1010010 10001 100000 0 1001111 111101 1000100 101011010 1000010 10011

Color Harmonies of #521120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521120

Black with #521120

Text Example


Text Example

White with #521120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521120; }

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

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

background-color css

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

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

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

border-color css

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

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

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