#910603

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

Shades of Dark Red #910603

Tints of Dark Red #910603

Color information

#910603 (or 0x910603) is unknown color: approx Dark Red. HEX triplet: 91, 06 and 03. RGB value is (145,6,3). Sum of RGB (Red+Green+Blue) = 145+6+3=154 (20% of max value = 765). Red value is 145 (57.03% from 255 or 94.16% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 145 - color contains mainly: red. Hex color #910603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910603 is #6EF9FC. Grayscale: #2F2F2F. Windows color (decimal): -7272957 or 198289. OLE color: 198289.

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

Color convert

RGB14563-
CMYK00.960.980.43
HSL1.27º95.95%29.02%-
HSV(B)1.27º97.93%56.86%-
XYZ11.766.160.65-
YUV47.22103.05197.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 94.16%
GREEN value IS 6 (2.73% from 255) = 3.90%
BLUE value IS 3 (1.56% from 255) = 1.95%
R=94.16%
G=3.90%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456300.960.980.431.2795.9529.02
Hex9163060622B1601d
Octal22163014014253114035
Binary10010001110110110000011000101010111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910603; }

 p { color: rgb(145,6,3); }

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

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

 a { background-color: rgb(145,6,3); }

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

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

 span { border-color: rgb(145,6,3); }

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