Html Css Color HEX #520116 Bordeaux

📋 copy color: '#520116'

red 82 ◦ green 1 ◦ blue 22

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

Shades of Bordeaux #520116

Tints of Bordeaux #520116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.95%

R = 78.1%
G = 0.95%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#520116 (or 0x520116) is known color: Bordeaux. HEX triplet: 52, 01 and 16. RGB value is (82,1,22). Sum of RGB (Red+Green+Blue) = 82+1+22=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #520116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520116 is #ADFEE9. Grayscale: #1B1B1B. Windows color (decimal): -11402986 or 1442130. OLE color: 1442130.

HSL color Cylindrical-coordinate representation of color #520116: hue angle of 344.44º 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 #520116 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 1 22 -
CMYK 0 0.99 0.73 0.68
HSL 344.44º 0.98% 0.16% -
HSV(B) 344.44º 0.99% 0.32% -
XYZ 3.64 1.87 0.93 -
YUV 27.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 82 1 22 0 0.99 0.73 0.68 344.44 0.98 0.16
Hex 52 1 16 0 63 49 44 158 62 10
Octal 122 1 26 0 143 111 104 530 142 20
Binary 1010010 1 10110 0 1100011 1001001 1000100 101011000 1100010 10000

Color Harmonies of #520116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520116

Black with #520116

Text Example


Text Example

White with #520116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520116; }

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

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

background-color css

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

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

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

border-color css

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

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

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