#65001E

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

Shades of Burgundy #65001E

Tints of Burgundy #65001E

Color information

#65001E (or 0x65001E) is unknown color: approx Burgundy. HEX triplet: 65, 00 and 1E. RGB value is (101,0,30). Sum of RGB (Red+Green+Blue) = 101+0+30=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #65001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65001E is #9AFFE1. Grayscale: #212121. Windows color (decimal): -10158050 or 1966181. OLE color: 1966181.

HSL color Cylindrical-coordinate representation of color #65001E: hue angle of 342.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65001E is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB101030-
CMYK010.700.60
HSL342.18º100%19.8%-
HSV(B)342.18º100%39.61%-
XYZ5.62.861.49-
YUV33.62125.96176.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 77.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=77.10%
G=0%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101030010.700.60342.1810019.8
Hex6501E064463C1566414
Octal14503601441067452614424
Binary1100101011110011001001000110111100101010110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,0,30); }

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

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

 a { background-color: rgb(101,0,30); }

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

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

 span { border-color: rgb(101,0,30); }

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