#940503

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

Shades of Dark Red #940503

Tints of Dark Red #940503

Color information

#940503 (or 0x940503) is unknown color: approx Dark Red. HEX triplet: 94, 05 and 03. RGB value is (148,5,3). Sum of RGB (Red+Green+Blue) = 148+5+3=156 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.87% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 148 - color contains mainly: red. Hex color #940503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940503 is #6BFAFC. Grayscale: #2F2F2F. Windows color (decimal): -7076605 or 198036. OLE color: 198036.

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

Color convert

RGB14853-
CMYK00.970.980.42
HSL0.83º96.03%29.61%-
HSV(B)0.83º97.97%58.04%-
XYZ12.286.410.68-
YUV47.53102.88199.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 94.87%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 3 (1.56% from 255) = 1.92%
R=94.87%
G=3.21%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485300.970.980.420.8396.0329.61
Hex9453061622A1601e
Octal22453014114252114036
Binary10010100101110110000111000101010101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940503; }

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

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

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

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

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

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

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

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