Html Css Color HEX #521D2B Bordeaux

📋 copy color: '#521D2B'

red 82 ◦ green 29 ◦ blue 43

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

Shades of Bordeaux #521D2B

Tints of Bordeaux #521D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.92%

R = 53.25%
G = 18.83%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#521D2B (or 0x521D2B) is known color: Bordeaux. HEX triplet: 52, 1D and 2B. RGB value is (82,29,43). Sum of RGB (Red+Green+Blue) = 82+29+43=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #521D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D2B is #ADE2D4. Grayscale: #2E2E2E. Windows color (decimal): -11395797 or 2825554. OLE color: 2825554.

HSL color Cylindrical-coordinate representation of color #521D2B: hue angle of 344.15º 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 #521D2B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 29 43 -
CMYK 0 0.65 0.48 0.68
HSL 344.15º 0.48% 0.22% -
HSV(B) 344.15º 0.65% 0.32% -
XYZ 4.36 2.85 2.61 -
YUV 46.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 82 29 43 0 0.65 0.48 0.68 344.15 0.48 0.22
Hex 52 1D 2B 0 41 30 44 158 30 16
Octal 122 35 53 0 101 60 104 530 60 26
Binary 1010010 11101 101011 0 1000001 110000 1000100 101011000 110000 10110

Color Harmonies of #521D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D2B

Black with #521D2B

Text Example


Text Example

White with #521D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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