#650103

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

Shades of Burgundy #650103

Tints of Burgundy #650103

Color information

#650103 (or 0x650103) is unknown color: approx Burgundy. HEX triplet: 65, 01 and 03. RGB value is (101,1,3). Sum of RGB (Red+Green+Blue) = 101+1+3=105 (13% of max value = 765). Red value is 101 (39.84% from 255 or 96.19% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 101 - color contains mainly: red. Hex color #650103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650103 is #9AFEFC. Grayscale: #1F1F1F. Windows color (decimal): -10157821 or 196965. OLE color: 196965.

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

Color convert

RGB10113-
CMYK00.990.970.60
HSL358.8º98.04%20%-
HSV(B)358.8º99.01%39.61%-
XYZ5.392.790.34-
YUV31.13112.13177.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 96.19%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 3 (1.56% from 255) = 2.86%
R=96.19%
G=0.95%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011300.990.970.60358.898.0420
Hex6513063613C1676214
Octal1451301431417454714224
Binary1100101111011000111100001111100101100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650103; }

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

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

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

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

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

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

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

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