Html Css Color HEX #920800 Dark Red

📋 copy color: '#920800'

red 146 ◦ green 8 ◦ blue 0

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

Shades of Dark Red #920800

Tints of Dark Red #920800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.19%

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

R = 94.81%
G = 5.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#920800 (or 0x920800) is known color: Dark Red. HEX triplet: 92, 08 and 00. RGB value is (146,8,0). Sum of RGB (Red+Green+Blue) = 146+8+0=154 (20% of max value = 765). Red value is 146 (57.42% from 255 or 94.81% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 146 - color contains mainly: red. Hex color #920800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920800 is #6DF7FF. Grayscale: #303030. Windows color (decimal): -7206912 or 2194. OLE color: 2194.

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

Color convert

RGB 146 8 0 -
CMYK 0 0.95 1 0.43
HSL 3.29º 1% 0.29% -
HSV(B) 3.29º 1% 0.57% -
XYZ 11.94 6.28 0.58 -
YUV 48.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 146 8 0 0 0.95 1 0.43 3.29 1 0.29
Hex 92 8 0 0 5F 64 2B 3 64 1D
Octal 222 10 0 0 137 144 53 3 144 35
Binary 10010010 1000 0 0 1011111 1100100 101011 11 1100100 11101

Color Harmonies of #920800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920800

Black with #920800

Text Example


Text Example

White with #920800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920800; }

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

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

background-color css

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

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

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

border-color css

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

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

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