#931C00

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

Shades of Dark Red #931C00

Tints of Dark Red #931C00

Color information

#931C00 (or 0x931C00) is unknown color: approx Dark Red. HEX triplet: 93, 1C and 00. RGB value is (147,28,0). Sum of RGB (Red+Green+Blue) = 147+28+0=175 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 147 - color contains mainly: red. Hex color #931C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931C00 is #6CE3FF. Grayscale: #3C3C3C. Windows color (decimal): -7136256 or 7315. OLE color: 7315.

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

Color convert

RGB147280-
CMYK00.8110.42
HSL11.43º100%28.82%-
HSV(B)11.43º100%57.65%-
XYZ12.457.030.7-
YUV60.3993.92189.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 84%
GREEN value IS 28 (11.33% from 255) = 16%
BLUE value IS 0 (0.39% from 255) = 0%
R=84%
G=16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14728000.8110.4211.4310028.82
Hex931C0051642Ab641d
Octal2233400121144521314435
Binary100100111110000101000111001001010101011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931C00; }

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

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

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

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

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

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

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

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