Html Css Color HEX #521820 Bordeaux

📋 copy color: '#521820'

red 82 ◦ green 24 ◦ blue 32

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

Shades of Bordeaux #521820

Tints of Bordeaux #521820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

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

R = 59.42%
G = 17.39%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#521820 (or 0x521820) is known color: Bordeaux. HEX triplet: 52, 18 and 20. RGB value is (82,24,32). Sum of RGB (Red+Green+Blue) = 82+24+32=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #521820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521820 is #ADE7DF. Grayscale: #2A2A2A. Windows color (decimal): -11397088 or 2103378. OLE color: 2103378.

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

Color convert

RGB 82 24 32 -
CMYK 0 0.71 0.61 0.68
HSL 351.72º 0.55% 0.21% -
HSV(B) 351.72º 0.71% 0.32% -
XYZ 4.07 2.55 1.64 -
YUV 42.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 82 24 32 0 0.71 0.61 0.68 351.72 0.55 0.21
Hex 52 18 20 0 47 3D 44 160 37 15
Octal 122 30 40 0 107 75 104 540 67 25
Binary 1010010 11000 100000 0 1000111 111101 1000100 101100000 110111 10101

Color Harmonies of #521820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521820

Black with #521820

Text Example


Text Example

White with #521820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521820; }

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

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

background-color css

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

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

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

border-color css

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

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

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