Html Css Color HEX #941600 Dark Red

📋 copy color: '#941600'

red 148 ◦ green 22 ◦ blue 0

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

Shades of Dark Red #941600

Tints of Dark Red #941600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.94%

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

R = 87.06%
G = 12.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#941600 (or 0x941600) is known color: Dark Red. HEX triplet: 94, 16 and 00. RGB value is (148,22,0). Sum of RGB (Red+Green+Blue) = 148+22+0=170 (22% of max value = 765). Red value is 148 (58.20% from 255 or 87.06% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 148 - color contains mainly: red. Hex color #941600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941600 is #6BE9FF. Grayscale: #393939. Windows color (decimal): -7072256 or 5780. OLE color: 5780.

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

Color convert

RGB 148 22 0 -
CMYK 0 0.85 1 0.42
HSL 8.92º 1% 0.29% -
HSV(B) 8.92º 1% 0.58% -
XYZ 12.5 6.87 0.67 -
YUV 57.17 95.74 192.79 -
System Red Green Blue C M Y K H S L
Decimal 148 22 0 0 0.85 1 0.42 8.92 1 0.29
Hex 94 16 0 0 55 64 2A 9 64 1D
Octal 224 26 0 0 125 144 52 11 144 35
Binary 10010100 10110 0 0 1010101 1100100 101010 1001 1100100 11101

Color Harmonies of #941600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941600

Black with #941600

Text Example


Text Example

White with #941600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941600; }

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

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

background-color css

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

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

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

border-color css

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

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

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