#941704

Color #941704 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #941704

Tints of Dark Red #941704

Color information

#941704 (or 0x941704) is unknown color: approx Dark Red. HEX triplet: 94, 17 and 04. RGB value is (148,23,4). Sum of RGB (Red+Green+Blue) = 148+23+4=175 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 148 - color contains mainly: red. Hex color #941704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941704 is #6BE8FB. Grayscale: #3A3A3A. Windows color (decimal): -7071996 or 268180. OLE color: 268180.

HSL color Cylindrical-coordinate representation of color #941704: hue angle of 7.92º 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 #941704 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB148234-
CMYK00.840.970.42
HSL7.92º94.74%29.8%-
HSV(B)7.92º97.3%58.04%-
XYZ12.546.920.79-
YUV58.2197.41192.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 84.57%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=84.57%
G=13.14%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14823400.840.970.427.9294.7429.8
Hex94174054612A85f1e
Octal2242740124141521013736
Binary10010100101111000101010011000011010101000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941704; }

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

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

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

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

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

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

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

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