Html Css Color HEX #521729 Bordeaux

📋 copy color: '#521729'

red 82 ◦ green 23 ◦ blue 41

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

Shades of Bordeaux #521729

Tints of Bordeaux #521729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.75%

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 56.16%
G = 15.75%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#521729 (or 0x521729) is known color: Bordeaux. HEX triplet: 52, 17 and 29. RGB value is (82,23,41). Sum of RGB (Red+Green+Blue) = 82+23+41=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #521729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521729 is #ADE8D6. Grayscale: #2A2A2A. Windows color (decimal): -11397335 or 2692946. OLE color: 2692946.

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

Color convert

RGB 82 23 41 -
CMYK 0 0.72 0.50 0.68
HSL 341.69º 0.56% 0.21% -
HSV(B) 341.69º 0.72% 0.32% -
XYZ 4.19 2.57 2.37 -
YUV 42.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 82 23 41 0 0.72 0.50 0.68 341.69 0.56 0.21
Hex 52 17 29 0 48 32 44 156 38 15
Octal 122 27 51 0 110 62 104 526 70 25
Binary 1010010 10111 101001 0 1001000 110010 1000100 101010110 111000 10101

Color Harmonies of #521729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521729

Black with #521729

Text Example


Text Example

White with #521729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521729; }

 p { color: rgb(82,23,41); }

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

background-color css

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

 a { background-color: rgb(82,23,41); }

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

border-color css

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

 span { border-color: rgb(82,23,41); }

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