#941305

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

Shades of Dark Red #941305

Tints of Dark Red #941305

Color information

#941305 (or 0x941305) is unknown color: approx Dark Red. HEX triplet: 94, 13 and 05. RGB value is (148,19,5). Sum of RGB (Red+Green+Blue) = 148+19+5=172 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.05% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 148 - color contains mainly: red. Hex color #941305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941305 is #6BECFA. Grayscale: #383838. Windows color (decimal): -7073019 or 332692. OLE color: 332692.

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

Color convert

RGB148195-
CMYK00.870.970.42
HSL5.87º93.46%30%-
HSV(B)5.87º96.62%58.04%-
XYZ12.476.770.79-
YUV55.9799.24193.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 86.05%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 5 (2.34% from 255) = 2.91%
R=86.05%
G=11.05%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14819500.870.970.425.8793.4630
Hex94135057612A65d1e
Octal224235012714152613536
Binary1001010010011101010101111100001101010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941305; }

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

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

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

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

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

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

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

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