Html Css Color HEX #520112 Bordeaux

📋 copy color: '#520112'

red 82 ◦ green 1 ◦ blue 18

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

Shades of Bordeaux #520112

Tints of Bordeaux #520112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.82%

R = 81.19%
G = 0.99%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#520112 (or 0x520112) is known color: Bordeaux. HEX triplet: 52, 01 and 12. RGB value is (82,1,18). Sum of RGB (Red+Green+Blue) = 82+1+18=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #520112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520112 is #ADFEED. Grayscale: #1B1B1B. Windows color (decimal): -11402990 or 1179986. OLE color: 1179986.

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

Color convert

RGB 82 1 18 -
CMYK 0 0.99 0.78 0.68
HSL 347.41º 0.98% 0.16% -
HSV(B) 347.41º 0.99% 0.32% -
XYZ 3.6 1.86 0.74 -
YUV 27.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 82 1 18 0 0.99 0.78 0.68 347.41 0.98 0.16
Hex 52 1 12 0 63 4E 44 15B 62 10
Octal 122 1 22 0 143 116 104 533 142 20
Binary 1010010 1 10010 0 1100011 1001110 1000100 101011011 1100010 10000

Color Harmonies of #520112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520112

Black with #520112

Text Example


Text Example

White with #520112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520112; }

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

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

background-color css

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

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

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

border-color css

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

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

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