#930503

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

Shades of Dark Red #930503

Tints of Dark Red #930503

Color information

#930503 (or 0x930503) is unknown color: approx Dark Red. HEX triplet: 93, 05 and 03. RGB value is (147,5,3). Sum of RGB (Red+Green+Blue) = 147+5+3=155 (20% of max value = 765). Red value is 147 (57.81% from 255 or 94.84% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 147 - color contains mainly: red. Hex color #930503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930503 is #6CFAFC. Grayscale: #2F2F2F. Windows color (decimal): -7142141 or 198035. OLE color: 198035.

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

Color convert

RGB14753-
CMYK00.970.980.42
HSL0.83º96%29.41%-
HSV(B)0.83º97.96%57.65%-
XYZ12.16.320.67-
YUV47.23103.04199.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 94.84%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=94.84%
G=3.23%
B=1.94%

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
Decimal1475300.970.980.420.839629.41
Hex9353061622A1601d
Octal22353014114252114035
Binary10010011101110110000111000101010101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930503; }

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

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

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

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

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

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

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

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