#931700

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

Shades of Dark Red #931700

Tints of Dark Red #931700

Color information

#931700 (or 0x931700) is unknown color: approx Dark Red. HEX triplet: 93, 17 and 00. RGB value is (147,23,0). Sum of RGB (Red+Green+Blue) = 147+23+0=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #931700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931700 is #6CE8FF. Grayscale: #393939. Windows color (decimal): -7137536 or 6035. OLE color: 6035.

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

Color convert

RGB147230-
CMYK00.8410.42
HSL9.39º100%28.82%-
HSV(B)9.39º100%57.65%-
XYZ12.346.820.67-
YUV57.4595.58191.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 86.47%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.47%
G=13.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14723000.8410.429.3910028.82
Hex93170054642A9641d
Octal2232700124144521114435
Binary100100111011100101010011001001010101001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931700; }

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

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

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

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

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

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

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

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