Html Css Color HEX #521A2B Bordeaux

📋 copy color: '#521A2B'

red 82 ◦ green 26 ◦ blue 43

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

Shades of Bordeaux #521A2B

Tints of Bordeaux #521A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.22%

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

R = 54.3%
G = 17.22%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#521A2B (or 0x521A2B) is known color: Bordeaux. HEX triplet: 52, 1A and 2B. RGB value is (82,26,43). Sum of RGB (Red+Green+Blue) = 82+26+43=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #521A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A2B is #ADE5D4. Grayscale: #2C2C2C. Windows color (decimal): -11396565 or 2824786. OLE color: 2824786.

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

Color convert

RGB 82 26 43 -
CMYK 0 0.68 0.48 0.68
HSL 341.79º 0.52% 0.21% -
HSV(B) 341.79º 0.68% 0.32% -
XYZ 4.29 2.71 2.58 -
YUV 44.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 82 26 43 0 0.68 0.48 0.68 341.79 0.52 0.21
Hex 52 1A 2B 0 44 30 44 156 34 15
Octal 122 32 53 0 104 60 104 526 64 25
Binary 1010010 11010 101011 0 1000100 110000 1000100 101010110 110100 10101

Color Harmonies of #521A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A2B

Black with #521A2B

Text Example


Text Example

White with #521A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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