#650102

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

Shades of Burgundy #650102

Tints of Burgundy #650102

Color information

#650102 (or 0x650102) is unknown color: approx Burgundy. HEX triplet: 65, 01 and 02. RGB value is (101,1,2). Sum of RGB (Red+Green+Blue) = 101+1+2=104 (13% of max value = 765). Red value is 101 (39.84% from 255 or 97.12% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 101 - color contains mainly: red. Hex color #650102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650102 is #9AFEFD. Grayscale: #1F1F1F. Windows color (decimal): -10157822 or 131429. OLE color: 131429.

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

Color convert

RGB10112-
CMYK00.990.980.60
HSL359.4º98.04%20%-
HSV(B)359.4º99.01%39.61%-
XYZ5.392.790.31-
YUV31.01111.63177.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 97.12%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=97.12%
G=0.96%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011200.990.980.60359.498.0420
Hex6512063623C1676214
Octal1451201431427454714224
Binary1100101110011000111100010111100101100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650102; }

 p { color: rgb(101,1,2); }

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

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

 a { background-color: rgb(101,1,2); }

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

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

 span { border-color: rgb(101,1,2); }

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