#520010

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

Shades of Bordeaux #520010

Tints of Bordeaux #520010

Color information

#520010 (or 0x520010) is unknown color: approx Bordeaux. HEX triplet: 52, 00 and 10. RGB value is (82,0,16). Sum of RGB (Red+Green+Blue) = 82+0+16=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #520010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520010 is #ADFFEF. Grayscale: #1A1A1A. Windows color (decimal): -11403248 or 1048658. OLE color: 1048658.

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

Color convert

RGB82016-
CMYK010.800.68
HSL348.29º100%16.08%-
HSV(B)348.29º100%32.16%-
XYZ3.571.830.66-
YUV26.34122.17167.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 83.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 16.33%
R=83.67%
G=0%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82016010.800.68348.2910016.08
Hex52010064504415c6410
Octal122020014412010453414420
Binary10100100100000110010010100001000100101011100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520010; }

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

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

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

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

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

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

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

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