Html Css Color HEX #520215 Bordeaux

📋 copy color: '#520215'

red 82 ◦ green 2 ◦ blue 21

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

Shades of Bordeaux #520215

Tints of Bordeaux #520215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.9%

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

R = 78.1%
G = 1.9%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#520215 (or 0x520215) is known color: Bordeaux. HEX triplet: 52, 02 and 15. RGB value is (82,2,21). Sum of RGB (Red+Green+Blue) = 82+2+21=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #520215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520215 is #ADFDEA. Grayscale: #1C1C1C. Windows color (decimal): -11402731 or 1376850. OLE color: 1376850.

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

Color convert

RGB 82 2 21 -
CMYK 0 0.98 0.74 0.68
HSL 345.75º 0.95% 0.16% -
HSV(B) 345.75º 0.98% 0.32% -
XYZ 3.64 1.89 0.88 -
YUV 28.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 82 2 21 0 0.98 0.74 0.68 345.75 0.95 0.16
Hex 52 2 15 0 62 4A 44 15A 5F 10
Octal 122 2 25 0 142 112 104 532 137 20
Binary 1010010 10 10101 0 1100010 1001010 1000100 101011010 1011111 10000

Color Harmonies of #520215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520215

Black with #520215

Text Example


Text Example

White with #520215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520215; }

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

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

background-color css

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

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

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

border-color css

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

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

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