#650213

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

Shades of Burgundy #650213

Tints of Burgundy #650213

Color information

#650213 (or 0x650213) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 13. RGB value is (101,2,19). Sum of RGB (Red+Green+Blue) = 101+2+19=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #650213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650213 is #9AFDEC. Grayscale: #212121. Windows color (decimal): -10157549 or 1245797. OLE color: 1245797.

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

Color convert

RGB101219-
CMYK00.980.810.60
HSL349.7º96.12%20.2%-
HSV(B)349.7º98.02%39.61%-
XYZ5.512.860.88-
YUV33.54119.8176.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 82.79%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=82.79%
G=1.64%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10121900.980.810.60349.796.1220.2
Hex65213062513C15e6014
Octal14522301421217453614024
Binary11001011010011011000101010001111100101011110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650213; }

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

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

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

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

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

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

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

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