Html Css Color HEX #920501 Dark Red

📋 copy color: '#920501'

red 146 ◦ green 5 ◦ blue 1

#920501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #920501

Tints of Dark Red #920501

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 value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#920501 (or 0x920501) is known color: 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

RGB 146 5 1 -
CMYK 0 0.97 0.99 0.43
HSL 1.66º 0.99% 0.29% -
HSV(B) 1.66º 0.99% 0.57% -
XYZ 11.91 6.22 0.6 -
YUV 46.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 146 5 1 0 0.97 0.99 0.43 1.66 0.99 0.29
Hex 92 5 1 0 61 63 2B 2 63 1D
Octal 222 5 1 0 141 143 53 2 143 35
Binary 10010010 101 1 0 1100001 1100011 101011 10 1100011 11101

Color Harmonies of #920501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920501

Black with #920501

Text Example


Text Example

White with #920501

Text Example


Text Example

HTML Codes & Css Web 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>