Html Css Color HEX #920900 Dark Red

📋 copy color: '#920900'

red 146 ◦ green 9 ◦ blue 0

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

Shades of Dark Red #920900

Tints of Dark Red #920900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

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

R = 94.19%
G = 5.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#920900 (or 0x920900) is known color: Dark Red. HEX triplet: 92, 09 and 00. RGB value is (146,9,0). Sum of RGB (Red+Green+Blue) = 146+9+0=155 (20% of max value = 765). Red value is 146 (57.42% from 255 or 94.19% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 146 - color contains mainly: red. Hex color #920900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920900 is #6DF6FF. Grayscale: #313131. Windows color (decimal): -7206656 or 2450. OLE color: 2450.

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

Color convert

RGB 146 9 0 -
CMYK 0 0.94 1 0.43
HSL 3.7º 1% 0.29% -
HSV(B) 3.7º 1% 0.57% -
XYZ 11.95 6.31 0.59 -
YUV 48.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 146 9 0 0 0.94 1 0.43 3.7 1 0.29
Hex 92 9 0 0 5E 64 2B 4 64 1D
Octal 222 11 0 0 136 144 53 4 144 35
Binary 10010010 1001 0 0 1011110 1100100 101011 100 1100100 11101

Color Harmonies of #920900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920900

Black with #920900

Text Example


Text Example

White with #920900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920900; }

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

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

background-color css

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

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

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

border-color css

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

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

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