#931203

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

Shades of Dark Red #931203

Tints of Dark Red #931203

Color information

#931203 (or 0x931203) is unknown color: approx Dark Red. HEX triplet: 93, 12 and 03. RGB value is (147,18,3). Sum of RGB (Red+Green+Blue) = 147+18+3=168 (22% of max value = 765). Red value is 147 (57.81% from 255 or 87.5% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 147 - color contains mainly: red. Hex color #931203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931203 is #6CEDFC. Grayscale: #373737. Windows color (decimal): -7138813 or 201363. OLE color: 201363.

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

Color convert

RGB147183-
CMYK00.880.980.42
HSL6.25º96%29.41%-
HSV(B)6.25º97.96%57.65%-
XYZ12.276.640.72-
YUV54.8698.74193.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 87.5%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 3 (1.56% from 255) = 1.79%
R=87.5%
G=10.71%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14718300.880.980.426.259629.41
Hex93123058622A6601d
Octal223223013014252614035
Binary100100111001011010110001100010101010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931203; }

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

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

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

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

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

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

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

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