#941402

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

Shades of Dark Red #941402

Tints of Dark Red #941402

Color information

#941402 (or 0x941402) is unknown color: approx Dark Red. HEX triplet: 94, 14 and 02. RGB value is (148,20,2). Sum of RGB (Red+Green+Blue) = 148+20+2=170 (22% of max value = 765). Red value is 148 (58.20% from 255 or 87.06% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 148 - color contains mainly: red. Hex color #941402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941402 is #6BEBFD. Grayscale: #383838. Windows color (decimal): -7072766 or 136340. OLE color: 136340.

HSL color Cylindrical-coordinate representation of color #941402: hue angle of 7.4º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #941402 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB148202-
CMYK00.860.990.42
HSL7.4º97.33%29.41%-
HSV(B)7.4º98.65%58.04%-
XYZ12.476.80.71-
YUV56.2297.41193.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 87.06%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=87.06%
G=11.76%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14820200.860.990.427.497.3329.41
Hex94142056632A7611d
Octal224242012614352714135
Binary100101001010010010101101100011101010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941402; }

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

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

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

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

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

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

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

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