#650211

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

Shades of Burgundy #650211

Tints of Burgundy #650211

Color information

#650211 (or 0x650211) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 11. RGB value is (101,2,17). Sum of RGB (Red+Green+Blue) = 101+2+17=120 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 101 - color contains mainly: red. Hex color #650211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650211 is #9AFDEE. Grayscale: #212121. Windows color (decimal): -10157551 or 1114725. OLE color: 1114725.

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

Color convert

RGB101217-
CMYK00.980.830.60
HSL350.91º96.12%20.2%-
HSV(B)350.91º98.02%39.61%-
XYZ5.492.850.79-
YUV33.31118.8176.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 84.17%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=84.17%
G=1.67%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10121700.980.830.60350.9196.1220.2
Hex65211062533C15f6014
Octal14522101421237453714024
Binary11001011010001011000101010011111100101011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650211; }

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

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

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

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

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

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

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

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