#94033E

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

Shades of Burgundy #94033E

Tints of Burgundy #94033E

Color information

#94033E (or 0x94033E) is unknown color: approx Burgundy. HEX triplet: 94, 03 and 3E. RGB value is (148,3,62). Sum of RGB (Red+Green+Blue) = 148+3+62=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #94033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94033E is #6BFCC1. Grayscale: #343434. Windows color (decimal): -7077058 or 4064148. OLE color: 4064148.

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

Color convert

RGB148362-
CMYK00.980.580.42
HSL335.59º96.03%29.61%-
HSV(B)335.59º97.97%58.04%-
XYZ13.116.715.16-
YUV53.08133.04195.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.48%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 62 (24.61% from 255) = 29.11%
R=69.48%
G=1.41%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14836200.980.580.42335.5996.0329.61
Hex9433E0623A2A150601e
Octal2243760142725252014036
Binary100101001111111001100010111010101010101010000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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