Html Css Color HEX #521B29 Bordeaux

📋 copy color: '#521B29'

red 82 ◦ green 27 ◦ blue 41

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

Shades of Bordeaux #521B29

Tints of Bordeaux #521B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18%

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

R = 54.67%
G = 18%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#521B29 (or 0x521B29) is known color: Bordeaux. HEX triplet: 52, 1B and 29. RGB value is (82,27,41). Sum of RGB (Red+Green+Blue) = 82+27+41=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #521B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B29 is #ADE4D6. Grayscale: #2D2D2D. Windows color (decimal): -11396311 or 2693970. OLE color: 2693970.

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

Color convert

RGB 82 27 41 -
CMYK 0 0.67 0.50 0.68
HSL 344.73º 0.5% 0.21% -
HSV(B) 344.73º 0.67% 0.32% -
XYZ 4.27 2.74 2.4 -
YUV 45.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 82 27 41 0 0.67 0.50 0.68 344.73 0.5 0.21
Hex 52 1B 29 0 43 32 44 159 32 15
Octal 122 33 51 0 103 62 104 531 62 25
Binary 1010010 11011 101001 0 1000011 110010 1000100 101011001 110010 10101

Color Harmonies of #521B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B29

Black with #521B29

Text Example


Text Example

White with #521B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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