#650109

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

Shades of Burgundy #650109

Tints of Burgundy #650109

Color information

#650109 (or 0x650109) is unknown color: approx Burgundy. HEX triplet: 65, 01 and 09. RGB value is (101,1,9). Sum of RGB (Red+Green+Blue) = 101+1+9=111 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.99% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 101 - color contains mainly: red. Hex color #650109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650109 is #9AFEF6. Grayscale: #1F1F1F. Windows color (decimal): -10157815 or 590181. OLE color: 590181.

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

Color convert

RGB10119-
CMYK00.990.910.60
HSL355.2º98.04%20%-
HSV(B)355.2º99.01%39.61%-
XYZ5.432.810.51-
YUV31.81115.13177.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 90.99%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 9 (3.91% from 255) = 8.11%
R=90.99%
G=0.90%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011900.990.910.60355.298.0420
Hex65190635B3C1636214
Octal14511101431337454314224
Binary110010111001011000111011011111100101100011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650109; }

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

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

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

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

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

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

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

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