#910801

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

Shades of Dark Red #910801

Tints of Dark Red #910801

Color information

#910801 (or 0x910801) is unknown color: approx Dark Red. HEX triplet: 91, 08 and 01. RGB value is (145,8,1). Sum of RGB (Red+Green+Blue) = 145+8+1=154 (20% of max value = 765). Red value is 145 (57.03% from 255 or 94.16% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 145 - color contains mainly: red. Hex color #910801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910801 is #6EF7FE. Grayscale: #303030. Windows color (decimal): -7272447 or 67729. OLE color: 67729.

HSL color Cylindrical-coordinate representation of color #910801: hue angle of 2.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910801 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB14581-
CMYK00.940.990.43
HSL2.92º98.63%28.63%-
HSV(B)2.92º99.31%56.86%-
XYZ11.776.20.6-
YUV48.16101.39197.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 94.16%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=94.16%
G=5.19%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458100.940.990.432.9298.6328.63
Hex918105E632B3631d
Octal221101013614353314335
Binary100100011000101011110110001110101111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910801; }

 p { color: rgb(145,8,1); }

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

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

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

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

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

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

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