#650017

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

Shades of Burgundy #650017

Tints of Burgundy #650017

Color information

#650017 (or 0x650017) is unknown color: approx Burgundy. HEX triplet: 65, 00 and 17. RGB value is (101,0,23). Sum of RGB (Red+Green+Blue) = 101+0+23=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #650017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650017 is #9AFFE8. Grayscale: #202020. Windows color (decimal): -10158057 or 1507429. OLE color: 1507429.

HSL color Cylindrical-coordinate representation of color #650017: hue angle of 346.34º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650017 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB101023-
CMYK010.770.60
HSL346.34º100%19.8%-
HSV(B)346.34º100%39.61%-
XYZ5.522.831.07-
YUV32.82122.46176.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 81.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=81.45%
G=0%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101023010.770.60346.3410019.8
Hex650170644D3C15a6414
Octal14502701441157453214424
Binary1100101010111011001001001101111100101011010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650017; }

 p { color: rgb(101,0,23); }

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

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

 a { background-color: rgb(101,0,23); }

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

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

 span { border-color: rgb(101,0,23); }

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