#931308

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

Shades of Dark Red #931308

Tints of Dark Red #931308

Color information

#931308 (or 0x931308) is unknown color: approx Dark Red. HEX triplet: 93, 13 and 08. RGB value is (147,19,8). Sum of RGB (Red+Green+Blue) = 147+19+8=174 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84.48% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 147 - color contains mainly: red. Hex color #931308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931308 is #6CECF7. Grayscale: #383838. Windows color (decimal): -7138552 or 529299. OLE color: 529299.

HSL color Cylindrical-coordinate representation of color #931308: hue angle of 4.75º degrees, saturation: 0.9, 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 #931308 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB147198-
CMYK00.870.950.42
HSL4.75º89.68%30.39%-
HSV(B)4.75º94.56%57.65%-
XYZ12.316.690.87-
YUV56.02100.91192.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 84.48%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=84.48%
G=10.92%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14719800.870.950.424.7589.6830.39
Hex931380575F2A55a1e
Octal2232310012713752513236
Binary10010011100111000010101111011111101010101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931308; }

 p { color: rgb(147,19,8); }

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

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

 a { background-color: rgb(147,19,8); }

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

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

 span { border-color: rgb(147,19,8); }

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