#65021B

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

Shades of Burgundy #65021B

Tints of Burgundy #65021B

Color information

#65021B (or 0x65021B) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 1B. RGB value is (101,2,27). Sum of RGB (Red+Green+Blue) = 101+2+27=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #65021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65021B is #9AFDE4. Grayscale: #222222. Windows color (decimal): -10157541 or 1770085. OLE color: 1770085.

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

Color convert

RGB101227-
CMYK00.980.730.60
HSL344.85º96.12%20.2%-
HSV(B)344.85º98.02%39.61%-
XYZ5.592.891.3-
YUV34.45123.8175.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 77.69%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=77.69%
G=1.54%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10122700.980.730.60344.8596.1220.2
Hex6521B062493C1596014
Octal14523301421117453114024
Binary11001011011011011000101001001111100101011001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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