#520117

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

Shades of Bordeaux #520117

Tints of Bordeaux #520117

Color information

#520117 (or 0x520117) is unknown color: approx Bordeaux. HEX triplet: 52, 01 and 17. RGB value is (82,1,23). Sum of RGB (Red+Green+Blue) = 82+1+23=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #520117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520117 is #ADFEE8. Grayscale: #1B1B1B. Windows color (decimal): -11402985 or 1507666. OLE color: 1507666.

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

Color convert

RGB82123-
CMYK00.990.720.68
HSL343.7º97.59%16.27%-
HSV(B)343.7º98.78%32.16%-
XYZ3.651.880.98-
YUV27.73125.34166.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 77.36%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=77.36%
G=0.94%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8212300.990.720.68343.797.5916.27
Hex5211706348441586210
Octal122127014311010453014220
Binary10100101101110110001110010001000100101011000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520117; }

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

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

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

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

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

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

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

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