Html Css Color HEX #940600 Dark Red

📋 copy color: '#940600'

red 148 ◦ green 6 ◦ blue 0

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

Shades of Dark Red #940600

Tints of Dark Red #940600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.9%

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

R = 96.1%
G = 3.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#940600 (or 0x940600) is known color: Dark Red. HEX triplet: 94, 06 and 00. RGB value is (148,6,0). Sum of RGB (Red+Green+Blue) = 148+6+0=154 (20% of max value = 765). Red value is 148 (58.20% from 255 or 96.10% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 148 - color contains mainly: red. Hex color #940600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940600 is #6BF9FF. Grayscale: #2F2F2F. Windows color (decimal): -7076352 or 1684. OLE color: 1684.

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

Color convert

RGB 148 6 0 -
CMYK 0 0.96 1 0.42
HSL 2.43º 1% 0.29% -
HSV(B) 2.43º 1% 0.58% -
XYZ 12.28 6.43 0.59 -
YUV 47.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 148 6 0 0 0.96 1 0.42 2.43 1 0.29
Hex 94 6 0 0 60 64 2A 2 64 1D
Octal 224 6 0 0 140 144 52 2 144 35
Binary 10010100 110 0 0 1100000 1100100 101010 10 1100100 11101

Color Harmonies of #940600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940600

Black with #940600

Text Example


Text Example

White with #940600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940600; }

 p { color: rgb(148,6,0); }

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

background-color css

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

 a { background-color: rgb(148,6,0); }

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

border-color css

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

 span { border-color: rgb(148,6,0); }

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