Html Css Color HEX #920504 Dark Red

📋 copy color: '#920504'

red 146 ◦ green 5 ◦ blue 4

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

Shades of Dark Red #920504

Tints of Dark Red #920504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.23%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 94.19%
G = 3.23%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#920504 (or 0x920504) is known color: Dark Red. HEX triplet: 92, 05 and 04. RGB value is (146,5,4). Sum of RGB (Red+Green+Blue) = 146+5+4=155 (20% of max value = 765). Red value is 146 (57.42% from 255 or 94.19% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 146 - color contains mainly: red. Hex color #920504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920504 is #6DFAFB. Grayscale: #2F2F2F. Windows color (decimal): -7207676 or 263570. OLE color: 263570.

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

Color convert

RGB 146 5 4 -
CMYK 0 0.97 0.97 0.43
HSL 0.42º 0.95% 0.29% -
HSV(B) 0.42º 0.97% 0.57% -
XYZ 11.93 6.23 0.69 -
YUV 47.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 146 5 4 0 0.97 0.97 0.43 0.42 0.95 0.29
Hex 92 5 4 0 61 61 2B 0 5F 1D
Octal 222 5 4 0 141 141 53 0 137 35
Binary 10010010 101 100 0 1100001 1100001 101011 0 1011111 11101

Color Harmonies of #920504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920504

Black with #920504

Text Example


Text Example

White with #920504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920504; }

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

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

background-color css

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

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

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

border-color css

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

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

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