#930808

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

Shades of Dark Red #930808

Tints of Dark Red #930808

Color information

#930808 (or 0x930808) is unknown color: approx Dark Red. HEX triplet: 93, 08 and 08. RGB value is (147,8,8). Sum of RGB (Red+Green+Blue) = 147+8+8=163 (21% of max value = 765). Red value is 147 (57.81% from 255 or 90.18% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 147 - color contains mainly: red. Hex color #930808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930808 is #6CF7F7. Grayscale: #313131. Windows color (decimal): -7141368 or 526483. OLE color: 526483.

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

Color convert

RGB14788-
CMYK00.950.950.42
HSL89.68%30.39%-
HSV(B)94.56%57.65%-
XYZ12.166.390.82-
YUV49.56104.55197.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 90.18%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=90.18%
G=4.91%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478800.950.950.42089.6830.39
Hex938805F5F2A05a1e
Octal2231010013713752013236
Binary10010011100010000101111110111111010100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930808; }

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

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

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

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

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

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

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

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