Html Css Color HEX #520115 Bordeaux

📋 copy color: '#520115'

red 82 ◦ green 1 ◦ blue 21

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

Shades of Bordeaux #520115

Tints of Bordeaux #520115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

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

R = 78.85%
G = 0.96%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#520115 (or 0x520115) is known color: Bordeaux. HEX triplet: 52, 01 and 15. RGB value is (82,1,21). Sum of RGB (Red+Green+Blue) = 82+1+21=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #520115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520115 is #ADFEEA. Grayscale: #1B1B1B. Windows color (decimal): -11402987 or 1376594. OLE color: 1376594.

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

Color convert

RGB 82 1 21 -
CMYK 0 0.99 0.74 0.68
HSL 345.19º 0.98% 0.16% -
HSV(B) 345.19º 0.99% 0.32% -
XYZ 3.63 1.87 0.88 -
YUV 27.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 82 1 21 0 0.99 0.74 0.68 345.19 0.98 0.16
Hex 52 1 15 0 63 4A 44 159 62 10
Octal 122 1 25 0 143 112 104 531 142 20
Binary 1010010 1 10101 0 1100011 1001010 1000100 101011001 1100010 10000

Color Harmonies of #520115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520115

Black with #520115

Text Example


Text Example

White with #520115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520115; }

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

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

background-color css

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

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

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

border-color css

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

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

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