#941800

Color #941800 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #941800

Tints of Dark Red #941800

Color information

#941800 (or 0x941800) is unknown color: approx Dark Red. HEX triplet: 94, 18 and 00. RGB value is (148,24,0). Sum of RGB (Red+Green+Blue) = 148+24+0=172 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.05% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 148 - color contains mainly: red. Hex color #941800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941800 is #6BE7FF. Grayscale: #3A3A3A. Windows color (decimal): -7071744 or 6292. OLE color: 6292.

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

Color convert

RGB148240-
CMYK00.8410.42
HSL9.73º100%29.02%-
HSV(B)9.73º100%58.04%-
XYZ12.546.950.68-
YUV58.3495.08191.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 86.05%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.05%
G=13.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14824000.8410.429.7310029.02
Hex94180054642Aa641d
Octal2243000124144521214435
Binary100101001100000101010011001001010101010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941800; }

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

 H1.HeaderClassName
 {
   color: #941800;
 }
 .AnyTagClassName
 {
   color: #941800;
 }
</style>
background-color css

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

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

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

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

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

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