#65011B

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

Shades of Burgundy #65011B

Tints of Burgundy #65011B

Color information

#65011B (or 0x65011B) is unknown color: approx Burgundy. HEX triplet: 65, 01 and 1B. RGB value is (101,1,27). Sum of RGB (Red+Green+Blue) = 101+1+27=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #65011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65011B is #9AFEE4. Grayscale: #212121. Windows color (decimal): -10157797 or 1769829. OLE color: 1769829.

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

Color convert

RGB101127-
CMYK00.990.730.60
HSL344.4º98.04%20%-
HSV(B)344.4º99.01%39.61%-
XYZ5.582.871.3-
YUV33.86124.13175.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.29%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 27 (10.94% from 255) = 20.93%
R=78.29%
G=0.78%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10112700.990.730.60344.498.0420
Hex6511B063493C1586214
Octal14513301431117453014224
Binary1100101111011011000111001001111100101011000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65011B; }

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

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

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

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

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

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

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

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