#931500

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

Shades of Dark Red #931500

Tints of Dark Red #931500

Color information

#931500 (or 0x931500) is unknown color: approx Dark Red. HEX triplet: 93, 15 and 00. RGB value is (147,21,0). Sum of RGB (Red+Green+Blue) = 147+21+0=168 (22% of max value = 765). Red value is 147 (57.81% from 255 or 87.5% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 147 - color contains mainly: red. Hex color #931500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931500 is #6CEAFF. Grayscale: #383838. Windows color (decimal): -7138048 or 5523. OLE color: 5523.

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

Color convert

RGB147210-
CMYK00.8610.42
HSL8.57º100%28.82%-
HSV(B)8.57º100%57.65%-
XYZ12.36.740.65-
YUV56.2896.24192.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 87.5%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.5%
G=12.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14721000.8610.428.5710028.82
Hex93150056642A9641d
Octal2232500126144521114435
Binary100100111010100101011011001001010101001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931500; }

 p { color: rgb(147,21,0); }

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

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

 a { background-color: rgb(147,21,0); }

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

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

 span { border-color: rgb(147,21,0); }

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