#650209

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

Shades of Burgundy #650209

Tints of Burgundy #650209

Color information

#650209 (or 0x650209) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 09. RGB value is (101,2,9). Sum of RGB (Red+Green+Blue) = 101+2+9=112 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.18% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 101 - color contains mainly: red. Hex color #650209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650209 is #9AFDF6. Grayscale: #202020. Windows color (decimal): -10157559 or 590437. OLE color: 590437.

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

Color convert

RGB10129-
CMYK00.980.910.60
HSL355.76º96.12%20.2%-
HSV(B)355.76º98.02%39.61%-
XYZ5.442.830.52-
YUV32.4114.8176.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 90.18%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=90.18%
G=1.79%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1012900.980.910.60355.7696.1220.2
Hex65290625B3C1646014
Octal14521101421337454414024
Binary1100101101001011000101011011111100101100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650209; }

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

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

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

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

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

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

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

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