Html Css Color HEX #940504 Dark Red

📋 copy color: '#940504'

red 148 ◦ green 5 ◦ blue 4

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

Shades of Dark Red #940504

Tints of Dark Red #940504

RGB

 RED value IS 148 (58.2% from 255) = 94.27%

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

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

R = 94.27%
G = 3.18%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#940504 (or 0x940504) is known color: Dark Red. HEX triplet: 94, 05 and 04. RGB value is (148,5,4). Sum of RGB (Red+Green+Blue) = 148+5+4=157 (20% of max value = 765). Red value is 148 (58.20% from 255 or 94.27% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 148 - color contains mainly: red. Hex color #940504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940504 is #6BFAFB. Grayscale: #2F2F2F. Windows color (decimal): -7076604 or 263572. OLE color: 263572.

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

Color convert

RGB 148 5 4 -
CMYK 0 0.97 0.97 0.42
HSL 0.42º 0.95% 0.3% -
HSV(B) 0.42º 0.97% 0.58% -
XYZ 12.29 6.41 0.71 -
YUV 47.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 148 5 4 0 0.97 0.97 0.42 0.42 0.95 0.3
Hex 94 5 4 0 61 61 2A 0 5F 1E
Octal 224 5 4 0 141 141 52 0 137 36
Binary 10010100 101 100 0 1100001 1100001 101010 0 1011111 11110

Color Harmonies of #940504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940504

Black with #940504

Text Example


Text Example

White with #940504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940504; }

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

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

background-color css

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

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

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

border-color css

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

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

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