#650010

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

Shades of Burgundy #650010

Tints of Burgundy #650010

Color information

#650010 (or 0x650010) is unknown color: approx Burgundy. HEX triplet: 65, 00 and 10. RGB value is (101,0,16). Sum of RGB (Red+Green+Blue) = 101+0+16=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #650010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650010 is #9AFFEF. Grayscale: #202020. Windows color (decimal): -10158064 or 1048677. OLE color: 1048677.

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

Color convert

RGB101016-
CMYK010.840.60
HSL350.5º100%19.8%-
HSV(B)350.5º100%39.61%-
XYZ5.462.80.74-
YUV32.02118.96177.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 86.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=86.32%
G=0%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101016010.840.60350.510019.8
Hex65010064543C15e6414
Octal14502001441247453614424
Binary1100101010000011001001010100111100101011110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650010; }

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

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

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

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

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

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

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

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