#941205

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

Shades of Dark Red #941205

Tints of Dark Red #941205

Color information

#941205 (or 0x941205) is unknown color: approx Dark Red. HEX triplet: 94, 12 and 05. RGB value is (148,18,5). Sum of RGB (Red+Green+Blue) = 148+18+5=171 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.55% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 148 - color contains mainly: red. Hex color #941205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941205 is #6BEDFA. Grayscale: #373737. Windows color (decimal): -7073275 or 332436. OLE color: 332436.

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

Color convert

RGB148185-
CMYK00.880.970.42
HSL5.45º93.46%30%-
HSV(B)5.45º96.62%58.04%-
XYZ12.466.740.79-
YUV55.3999.57194.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 86.55%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 5 (2.34% from 255) = 2.92%
R=86.55%
G=10.53%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14818500.880.970.425.4593.4630
Hex94125058612A55d1e
Octal224225013014152513536
Binary1001010010010101010110001100001101010101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941205; }

 p { color: rgb(148,18,5); }

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

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

 a { background-color: rgb(148,18,5); }

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

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

 span { border-color: rgb(148,18,5); }

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