Html Css Color HEX #521920 Bordeaux

📋 copy color: '#521920'

red 82 ◦ green 25 ◦ blue 32

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

Shades of Bordeaux #521920

Tints of Bordeaux #521920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.99%

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

R = 58.99%
G = 17.99%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#521920 (or 0x521920) is known color: Bordeaux. HEX triplet: 52, 19 and 20. RGB value is (82,25,32). Sum of RGB (Red+Green+Blue) = 82+25+32=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #521920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521920 is #ADE6DF. Grayscale: #2A2A2A. Windows color (decimal): -11396832 or 2103634. OLE color: 2103634.

HSL color Cylindrical-coordinate representation of color #521920: hue angle of 352.63º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521920 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 32 -
CMYK 0 0.70 0.61 0.68
HSL 352.63º 0.53% 0.21% -
HSV(B) 352.63º 0.7% 0.32% -
XYZ 4.09 2.59 1.65 -
YUV 42.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 82 25 32 0 0.70 0.61 0.68 352.63 0.53 0.21
Hex 52 19 20 0 46 3D 44 161 35 15
Octal 122 31 40 0 106 75 104 541 65 25
Binary 1010010 11001 100000 0 1000110 111101 1000100 101100001 110101 10101

Color Harmonies of #521920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521920

Black with #521920

Text Example


Text Example

White with #521920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521920; }

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

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

background-color css

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

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

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

border-color css

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

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

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