#94063E

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

Shades of Burgundy #94063E

Tints of Burgundy #94063E

Color information

#94063E (or 0x94063E) is unknown color: approx Burgundy. HEX triplet: 94, 06 and 3E. RGB value is (148,6,62). Sum of RGB (Red+Green+Blue) = 148+6+62=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #94063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94063E is #6BF9C1. Grayscale: #363636. Windows color (decimal): -7076290 or 4064916. OLE color: 4064916.

HSL color Cylindrical-coordinate representation of color #94063E: hue angle of 336.34º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94063E is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB148662-
CMYK00.960.580.42
HSL336.34º92.21%30.2%-
HSV(B)336.34º95.95%58.04%-
XYZ13.156.775.17-
YUV54.84132.04194.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.52%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 62 (24.61% from 255) = 28.70%
R=68.52%
G=2.78%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14866200.960.580.42336.3492.2130.2
Hex9463E0603A2A1505c1e
Octal2246760140725252013436
Binary1001010011011111001100000111010101010101010000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,6,62); }

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

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

 a { background-color: rgb(148,6,62); }

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

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

 span { border-color: rgb(148,6,62); }

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