Html Css Color HEX #521520 Bordeaux

📋 copy color: '#521520'

red 82 ◦ green 21 ◦ blue 32

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

Shades of Bordeaux #521520

Tints of Bordeaux #521520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 60.74%
G = 15.56%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#521520 (or 0x521520) is known color: Bordeaux. HEX triplet: 52, 15 and 20. RGB value is (82,21,32). Sum of RGB (Red+Green+Blue) = 82+21+32=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #521520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521520 is #ADEADF. Grayscale: #282828. Windows color (decimal): -11397856 or 2102610. OLE color: 2102610.

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

Color convert

RGB 82 21 32 -
CMYK 0 0.74 0.61 0.68
HSL 349.18º 0.59% 0.2% -
HSV(B) 349.18º 0.74% 0.32% -
XYZ 4.01 2.43 1.63 -
YUV 40.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 82 21 32 0 0.74 0.61 0.68 349.18 0.59 0.2
Hex 52 15 20 0 4A 3D 44 15D 3B 14
Octal 122 25 40 0 112 75 104 535 73 24
Binary 1010010 10101 100000 0 1001010 111101 1000100 101011101 111011 10100

Color Harmonies of #521520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521520

Black with #521520

Text Example


Text Example

White with #521520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521520; }

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

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

background-color css

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

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

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

border-color css

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

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

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