#520012

Color #520012 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #520012

Tints of Bordeaux #520012

Color information

#520012 (or 0x520012) is unknown color: approx Bordeaux. HEX triplet: 52, 00 and 12. RGB value is (82,0,18). Sum of RGB (Red+Green+Blue) = 82+0+18=100 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 82 - color contains mainly: red. Hex color #520012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520012 is #ADFFED. Grayscale: #1A1A1A. Windows color (decimal): -11403246 or 1179730. OLE color: 1179730.

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

Color convert

RGB82018-
CMYK010.780.68
HSL346.83º100%16.08%-
HSV(B)346.83º100%32.16%-
XYZ3.591.840.74-
YUV26.57123.17167.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 18%
R=82%
G=0%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82018010.780.68346.8310016.08
Hex520120644E4415b6410
Octal122022014411610453314420
Binary10100100100100110010010011101000100101011011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520012; }

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

 H1.HeaderClassName
 {
   color: #520012;
 }
 .AnyTagClassName
 {
   color: #520012;
 }
</style>
background-color css

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

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

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

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

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

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