#920501

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

Shades of Dark Red #920501

Tints of Dark Red #920501

Color information

#920501 (or 0x920501) is unknown color: approx Dark Red. HEX triplet: 92, 05 and 01. RGB value is (146,5,1). Sum of RGB (Red+Green+Blue) = 146+5+1=152 (20% of max value = 765). Red value is 146 (57.42% from 255 or 96.05% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 146 - color contains mainly: red. Hex color #920501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920501 is #6DFAFE. Grayscale: #2E2E2E. Windows color (decimal): -7207679 or 66962. OLE color: 66962.

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

Color convert

RGB14651-
CMYK00.970.990.43
HSL1.66º98.64%28.82%-
HSV(B)1.66º99.32%57.25%-
XYZ11.916.220.6-
YUV46.7102.21198.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 96.05%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=96.05%
G=3.29%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465100.970.990.431.6698.6428.82
Hex9251061632B2631d
Octal22251014114353214335
Binary10010010101101100001110001110101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920501; }

 p { color: rgb(146,5,1); }

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

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

 a { background-color: rgb(146,5,1); }

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

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

 span { border-color: rgb(146,5,1); }

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