#65021E

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

Shades of Burgundy #65021E

Tints of Burgundy #65021E

Color information

#65021E (or 0x65021E) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 1E. RGB value is (101,2,30). Sum of RGB (Red+Green+Blue) = 101+2+30=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #65021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65021E is #9AFDE1. Grayscale: #222222. Windows color (decimal): -10157538 or 1966693. OLE color: 1966693.

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

Color convert

RGB101230-
CMYK00.980.700.60
HSL343.03º96.12%20.2%-
HSV(B)343.03º98.02%39.61%-
XYZ5.622.91.49-
YUV34.79125.3175.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.94%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=75.94%
G=1.50%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10123000.980.700.60343.0396.1220.2
Hex6521E062463C1576014
Octal14523601421067452714024
Binary11001011011110011000101000110111100101010111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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