#650220

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

Shades of Burgundy #650220

Tints of Burgundy #650220

Color information

#650220 (or 0x650220) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 20. RGB value is (101,2,32). Sum of RGB (Red+Green+Blue) = 101+2+32=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #650220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650220 is #9AFDDF. Grayscale: #232323. Windows color (decimal): -10157536 or 2097765. OLE color: 2097765.

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

Color convert

RGB101232-
CMYK00.980.680.60
HSL341.82º96.12%20.2%-
HSV(B)341.82º98.02%39.61%-
XYZ5.652.911.63-
YUV35.02126.3175.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.81%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=74.81%
G=1.48%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10123200.980.680.60341.8296.1220.2
Hex65220062443C1566014
Octal14524001421047452614024
Binary110010110100000011000101000100111100101010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650220; }

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

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

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

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

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

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

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

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