#94040E

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

Shades of Sangria #94040E

Tints of Sangria #94040E

Color information

#94040E (or 0x94040E) is unknown color: approx Sangria. HEX triplet: 94, 04 and 0E. RGB value is (148,4,14). Sum of RGB (Red+Green+Blue) = 148+4+14=166 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.16% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 148 - color contains mainly: red. Hex color #94040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94040E is #6BFBF1. Grayscale: #303030. Windows color (decimal): -7076850 or 918676. OLE color: 918676.

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

Color convert

RGB148414-
CMYK00.970.910.42
HSL355.83º94.74%29.8%-
HSV(B)355.83º97.3%58.04%-
XYZ12.346.411-
YUV48.2108.71199.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 89.16%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 14 (5.86% from 255) = 8.43%
R=89.16%
G=2.41%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14841400.970.910.42355.8394.7429.8
Hex944E0615B2A1645f1e
Octal22441601411335254413736
Binary100101001001110011000011011011101010101100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,4,14); }

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

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

 a { background-color: rgb(148,4,14); }

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

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

 span { border-color: rgb(148,4,14); }

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