#65021F

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

Shades of Burgundy #65021F

Tints of Burgundy #65021F

Color information

#65021F (or 0x65021F) is unknown color: approx Burgundy. HEX triplet: 65, 02 and 1F. RGB value is (101,2,31). Sum of RGB (Red+Green+Blue) = 101+2+31=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #65021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65021F is #9AFDE0. Grayscale: #222222. Windows color (decimal): -10157537 or 2032229. OLE color: 2032229.

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

Color convert

RGB101231-
CMYK00.980.690.60
HSL342.42º96.12%20.2%-
HSV(B)342.42º98.02%39.61%-
XYZ5.642.911.56-
YUV34.91125.8175.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.37%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=75.37%
G=1.49%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10123100.980.690.60342.4296.1220.2
Hex6521F062453C1566014
Octal14523701421057452614024
Binary11001011011111011000101000101111100101010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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