#520317

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

Shades of Bordeaux #520317

Tints of Bordeaux #520317

Color information

#520317 (or 0x520317) is unknown color: approx Bordeaux. HEX triplet: 52, 03 and 17. RGB value is (82,3,23). Sum of RGB (Red+Green+Blue) = 82+3+23=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520317 is #ADFCE8. Grayscale: #1C1C1C. Windows color (decimal): -11402473 or 1508178. OLE color: 1508178.

HSL color Cylindrical-coordinate representation of color #520317: hue angle of 344.81º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520317 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB82323-
CMYK00.960.720.68
HSL344.81º92.94%16.67%-
HSV(B)344.81º96.34%32.16%-
XYZ3.671.920.99-
YUV28.9124.67165.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 75.93%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=75.93%
G=2.78%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8232300.960.720.68344.8192.9416.67
Hex5231706048441595d11
Octal122327014011010453113521
Binary101001011101110110000010010001000100101011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520317; }

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

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

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

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

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

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

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

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