#65010C

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

Shades of Burgundy #65010C

Tints of Burgundy #65010C

Color information

#65010C (or 0x65010C) is unknown color: approx Burgundy. HEX triplet: 65, 01 and 0C. RGB value is (101,1,12). Sum of RGB (Red+Green+Blue) = 101+1+12=114 (15% of max value = 765). Red value is 101 (39.84% from 255 or 88.60% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 101 - color contains mainly: red. Hex color #65010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65010C is #9AFEF3. Grayscale: #202020. Windows color (decimal): -10157812 or 786789. OLE color: 786789.

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

Color convert

RGB101112-
CMYK00.990.880.60
HSL353.4º98.04%20%-
HSV(B)353.4º99.01%39.61%-
XYZ5.442.810.6-
YUV32.15116.63177.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 88.60%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=88.60%
G=0.88%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10111200.990.880.60353.498.0420
Hex651C063583C1616214
Octal14511401431307454114224
Binary110010111100011000111011000111100101100001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65010C; }

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

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

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

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

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

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

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

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