Html Css Color HEX #521D24 Bordeaux

📋 copy color: '#521D24'

red 82 ◦ green 29 ◦ blue 36

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

Shades of Bordeaux #521D24

Tints of Bordeaux #521D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.49%

R = 55.78%
G = 19.73%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#521D24 (or 0x521D24) is known color: Bordeaux. HEX triplet: 52, 1D and 24. RGB value is (82,29,36). Sum of RGB (Red+Green+Blue) = 82+29+36=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #521D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D24 is #ADE2DB. Grayscale: #2D2D2D. Windows color (decimal): -11395804 or 2366802. OLE color: 2366802.

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

Color convert

RGB 82 29 36 -
CMYK 0 0.65 0.56 0.68
HSL 352.08º 0.48% 0.22% -
HSV(B) 352.08º 0.65% 0.32% -
XYZ 4.24 2.8 1.99 -
YUV 45.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 82 29 36 0 0.65 0.56 0.68 352.08 0.48 0.22
Hex 52 1D 24 0 41 38 44 160 30 16
Octal 122 35 44 0 101 70 104 540 60 26
Binary 1010010 11101 100100 0 1000001 111000 1000100 101100000 110000 10110

Color Harmonies of #521D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D24

Black with #521D24

Text Example


Text Example

White with #521D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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