#930908

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

Shades of Dark Red #930908

Tints of Dark Red #930908

Color information

#930908 (or 0x930908) is unknown color: approx Dark Red. HEX triplet: 93, 09 and 08. RGB value is (147,9,8). Sum of RGB (Red+Green+Blue) = 147+9+8=164 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.63% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 147 - color contains mainly: red. Hex color #930908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930908 is #6CF6F7. Grayscale: #323232. Windows color (decimal): -7141112 or 526739. OLE color: 526739.

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

Color convert

RGB14798-
CMYK00.940.950.42
HSL0.43º89.68%30.39%-
HSV(B)0.43º94.56%57.65%-
XYZ12.176.420.83-
YUV50.15104.22197.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 89.63%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=89.63%
G=5.49%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479800.940.950.420.4389.6830.39
Hex939805E5F2A05a1e
Octal2231110013613752013236
Binary10010011100110000101111010111111010100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930908; }

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

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

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

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

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

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

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

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