Html Css Color HEX #521215 Bordeaux

📋 copy color: '#521215'

red 82 ◦ green 18 ◦ blue 21

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

Shades of Bordeaux #521215

Tints of Bordeaux #521215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

 BLUE value IS 21 (8.59% from 255) = 17.36%

R = 67.77%
G = 14.88%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#521215 (or 0x521215) is known color: Bordeaux. HEX triplet: 52, 12 and 15. RGB value is (82,18,21). Sum of RGB (Red+Green+Blue) = 82+18+21=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #521215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521215 is #ADEDEA. Grayscale: #252525. Windows color (decimal): -11398635 or 1380946. OLE color: 1380946.

HSL color Cylindrical-coordinate representation of color #521215: hue angle of 357.19º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521215 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 18 21 -
CMYK 0 0.78 0.74 0.68
HSL 357.19º 0.64% 0.2% -
HSV(B) 357.19º 0.78% 0.32% -
XYZ 3.83 2.28 0.95 -
YUV 37.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 82 18 21 0 0.78 0.74 0.68 357.19 0.64 0.2
Hex 52 12 15 0 4E 4A 44 165 40 14
Octal 122 22 25 0 116 112 104 545 100 24
Binary 1010010 10010 10101 0 1001110 1001010 1000100 101100101 1000000 10100

Color Harmonies of #521215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521215

Black with #521215

Text Example


Text Example

White with #521215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521215; }

 p { color: rgb(82,18,21); }

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

background-color css

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

 a { background-color: rgb(82,18,21); }

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

border-color css

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

 span { border-color: rgb(82,18,21); }

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