#64031E

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

Shades of Burgundy #64031E

Tints of Burgundy #64031E

Color information

#64031E (or 0x64031E) is unknown color: approx Burgundy. HEX triplet: 64, 03 and 1E. RGB value is (100,3,30). Sum of RGB (Red+Green+Blue) = 100+3+30=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #64031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64031E is #9BFCE1. Grayscale: #232323. Windows color (decimal): -10222818 or 1966948. OLE color: 1966948.

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

Color convert

RGB100330-
CMYK00.970.700.61
HSL343.3º94.17%20.2%-
HSV(B)343.3º97%39.22%-
XYZ5.522.871.49-
YUV35.08125.14174.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 75.19%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=75.19%
G=2.26%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10033000.970.700.61343.394.1720.2
Hex6431E061463D1575e14
Octal14433601411067552713624
Binary11001001111110011000011000110111101101010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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