#930100

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

Shades of Dark Red #930100

Tints of Dark Red #930100

Color information

#930100 (or 0x930100) is unknown color: approx Dark Red. HEX triplet: 93, 01 and 00. RGB value is (147,1,0). Sum of RGB (Red+Green+Blue) = 147+1+0=148 (19% of max value = 765). Red value is 147 (57.81% from 255 or 99.32% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 147 - color contains mainly: red. Hex color #930100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930100 is #6CFEFF. Grayscale: #2C2C2C. Windows color (decimal): -7143168 or 403. OLE color: 403.

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

Color convert

RGB14710-
CMYK00.9910.42
HSL0.41º100%28.82%-
HSV(B)0.41º100%57.65%-
XYZ12.046.220.57-
YUV44.54102.87201.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 99.32%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.32%
G=0.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471000.9910.420.4110028.82
Hex9310063642A0641d
Octal22310014314452014435
Binary10010011100110001111001001010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930100; }

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

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

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

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

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

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

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

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