Html Css Color HEX #920400 Dark Red

📋 copy color: '#920400'

red 146 ◦ green 4 ◦ blue 0

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

Shades of Dark Red #920400

Tints of Dark Red #920400

RGB

 RED value IS 146 (57.42% from 255) = 97.33%

 GREEN value IS 4 (1.95% from 255) = 2.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.33%
G = 2.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#920400 (or 0x920400) is known color: Dark Red. HEX triplet: 92, 04 and 00. RGB value is (146,4,0). Sum of RGB (Red+Green+Blue) = 146+4+0=150 (19% of max value = 765). Red value is 146 (57.42% from 255 or 97.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 146 - color contains mainly: red. Hex color #920400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920400 is #6DFBFF. Grayscale: #2E2E2E. Windows color (decimal): -7207936 or 1170. OLE color: 1170.

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

Color convert

RGB 146 4 0 -
CMYK 0 0.97 1 0.43
HSL 1.64º 1% 0.29% -
HSV(B) 1.64º 1% 0.57% -
XYZ 11.9 6.2 0.57 -
YUV 46 102.04 199.33 -
System Red Green Blue C M Y K H S L
Decimal 146 4 0 0 0.97 1 0.43 1.64 1 0.29
Hex 92 4 0 0 61 64 2B 2 64 1D
Octal 222 4 0 0 141 144 53 2 144 35
Binary 10010010 100 0 0 1100001 1100100 101011 10 1100100 11101

Color Harmonies of #920400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920400

Black with #920400

Text Example


Text Example

White with #920400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920400; }

 p { color: rgb(146,4,0); }

 H1.HeaderClassName
 {
   color: #920400;
 }
 .AnyTagClassName
 {
   color: #920400;
 }
</style>

background-color css

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

 a { background-color: rgb(146,4,0); }

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

border-color css

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

 span { border-color: rgb(146,4,0); }

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