#931007

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

Shades of Dark Red #931007

Tints of Dark Red #931007

Color information

#931007 (or 0x931007) is unknown color: approx Dark Red. HEX triplet: 93, 10 and 07. RGB value is (147,16,7). Sum of RGB (Red+Green+Blue) = 147+16+7=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #931007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931007 is #6CEFF8. Grayscale: #363636. Windows color (decimal): -7139321 or 462995. OLE color: 462995.

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

Color convert

RGB147167-
CMYK00.890.950.42
HSL3.86º90.91%30.2%-
HSV(B)3.86º95.24%57.65%-
XYZ12.266.590.83-
YUV54.14101.4194.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 86.47%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 7 (3.12% from 255) = 4.12%
R=86.47%
G=9.41%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14716700.890.950.423.8690.9130.2
Hex931070595F2A45b1e
Octal223207013113752413336
Binary1001001110000111010110011011111101010100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931007; }

 p { color: rgb(147,16,7); }

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

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

 a { background-color: rgb(147,16,7); }

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

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

 span { border-color: rgb(147,16,7); }

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