#65020E

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

Shades of Burgundy #65020E

Tints of Burgundy #65020E

Color information

#65020E (or 0x65020E) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 0E. RGB value is (101,2,14). Sum of RGB (Red+Green+Blue) = 101+2+14=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #65020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65020E is #9AFDF1. Grayscale: #212121. Windows color (decimal): -10157554 or 918117. OLE color: 918117.

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

Color convert

RGB101214-
CMYK00.980.860.60
HSL352.73º96.12%20.2%-
HSV(B)352.73º98.02%39.61%-
XYZ5.472.840.68-
YUV32.97117.3176.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 86.32%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=86.32%
G=1.71%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10121400.980.860.60352.7396.1220.2
Hex652E062563C1616014
Octal14521601421267454114024
Binary1100101101110011000101010110111100101100001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65020E; }

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

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

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

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

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

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

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

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