Html Css Color HEX #521D2C Bordeaux

📋 copy color: '#521D2C'

red 82 ◦ green 29 ◦ blue 44

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

Shades of Bordeaux #521D2C

Tints of Bordeaux #521D2C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.71%

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 52.9%
G = 18.71%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#521D2C (or 0x521D2C) is known color: Bordeaux. HEX triplet: 52, 1D and 2C. RGB value is (82,29,44). Sum of RGB (Red+Green+Blue) = 82+29+44=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #521D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D2C is #ADE2D3. Grayscale: #2E2E2E. Windows color (decimal): -11395796 or 2891090. OLE color: 2891090.

HSL color Cylindrical-coordinate representation of color #521D2C: hue angle of 343.02º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D2C is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 29 44 -
CMYK 0 0.65 0.46 0.68
HSL 343.02º 0.48% 0.22% -
HSV(B) 343.02º 0.65% 0.32% -
XYZ 4.37 2.85 2.7 -
YUV 46.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 82 29 44 0 0.65 0.46 0.68 343.02 0.48 0.22
Hex 52 1D 2C 0 41 2E 44 157 30 16
Octal 122 35 54 0 101 56 104 527 60 26
Binary 1010010 11101 101100 0 1000001 101110 1000100 101010111 110000 10110

Color Harmonies of #521D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D2C

Black with #521D2C

Text Example


Text Example

White with #521D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521D2C; }

 p { color: rgb(82,29,44); }

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

background-color css

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

 a { background-color: rgb(82,29,44); }

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

border-color css

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

 span { border-color: rgb(82,29,44); }

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