#941405

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

Shades of Dark Red #941405

Tints of Dark Red #941405

Color information

#941405 (or 0x941405) is unknown color: approx Dark Red. HEX triplet: 94, 14 and 05. RGB value is (148,20,5). Sum of RGB (Red+Green+Blue) = 148+20+5=173 (22% of max value = 765). Red value is 148 (58.20% from 255 or 85.55% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 148 - color contains mainly: red. Hex color #941405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941405 is #6BEBFA. Grayscale: #383838. Windows color (decimal): -7072763 or 332948. OLE color: 332948.

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

Color convert

RGB148205-
CMYK00.860.970.42
HSL6.29º93.46%30%-
HSV(B)6.29º96.62%58.04%-
XYZ12.496.810.8-
YUV56.5698.91193.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 85.55%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=85.55%
G=11.56%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14820500.860.970.426.2993.4630
Hex94145056612A65d1e
Octal224245012614152613536
Binary1001010010100101010101101100001101010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941405; }

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

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

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

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

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

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

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

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