#64031D

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

Shades of Burgundy #64031D

Tints of Burgundy #64031D

Color information

#64031D (or 0x64031D) is unknown color: approx Burgundy. HEX triplet: 64, 03 and 1D. RGB value is (100,3,29). Sum of RGB (Red+Green+Blue) = 100+3+29=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #64031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64031D is #9BFCE2. Grayscale: #222222. Windows color (decimal): -10222819 or 1901412. OLE color: 1901412.

HSL color Cylindrical-coordinate representation of color #64031D: hue angle of 343.92º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64031D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB100329-
CMYK00.970.710.61
HSL343.92º94.17%20.2%-
HSV(B)343.92º97%39.22%-
XYZ5.512.861.42-
YUV34.97124.64174.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 75.76%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=75.76%
G=2.27%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10032900.970.710.61343.9294.1720.2
Hex6431D061473D1585e14
Octal14433501411077553013624
Binary11001001111101011000011000111111101101011000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64031D; }

 p { color: rgb(100,3,29); }

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

<style>
 a { background-color: #64031D; }

 a { background-color: rgb(100,3,29); }

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

<style>
 span { border-color: #64031D; }

 span { border-color: rgb(100,3,29); }

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