#650320

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

Shades of Burgundy #650320

Tints of Burgundy #650320

Color information

#650320 (or 0x650320) is unknown color: approx Burgundy. HEX triplet: 65, 03 and 20. RGB value is (101,3,32). Sum of RGB (Red+Green+Blue) = 101+3+32=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #650320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650320 is #9AFCDF. Grayscale: #232323. Windows color (decimal): -10157280 or 2098021. OLE color: 2098021.

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

Color convert

RGB101332-
CMYK00.970.680.60
HSL342.24º94.23%20.39%-
HSV(B)342.24º97.03%39.61%-
XYZ5.662.941.63-
YUV35.61125.97174.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.26%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=74.26%
G=2.21%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10133200.970.680.60342.2494.2320.39
Hex65320061443C1565e14
Octal14534001411047452613624
Binary110010111100000011000011000100111100101010110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650320; }

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

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

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

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

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

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

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

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