Html Css Color HEX #521115 Bordeaux

📋 copy color: '#521115'

red 82 ◦ green 17 ◦ blue 21

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

Shades of Bordeaux #521115

Tints of Bordeaux #521115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

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

R = 68.33%
G = 14.17%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#521115 (or 0x521115) is known color: Bordeaux. HEX triplet: 52, 11 and 15. RGB value is (82,17,21). Sum of RGB (Red+Green+Blue) = 82+17+21=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #521115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521115 is #ADEEEA. Grayscale: #242424. Windows color (decimal): -11398891 or 1380690. OLE color: 1380690.

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

Color convert

RGB 82 17 21 -
CMYK 0 0.79 0.74 0.68
HSL 356.31º 0.66% 0.19% -
HSV(B) 356.31º 0.79% 0.32% -
XYZ 3.82 2.25 0.94 -
YUV 36.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 82 17 21 0 0.79 0.74 0.68 356.31 0.66 0.19
Hex 52 11 15 0 4F 4A 44 164 42 13
Octal 122 21 25 0 117 112 104 544 102 23
Binary 1010010 10001 10101 0 1001111 1001010 1000100 101100100 1000010 10011

Color Harmonies of #521115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521115

Black with #521115

Text Example


Text Example

White with #521115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521115; }

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

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

background-color css

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

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

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

border-color css

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

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

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