#941D1A

Color #941D1A Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #941D1A

Tints of Mandarian Orange #941D1A

Color information

#941D1A (or 0x941D1A) is unknown color: approx Mandarian Orange. HEX triplet: 94, 1D and 1A. RGB value is (148,29,26). Sum of RGB (Red+Green+Blue) = 148+29+26=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #941D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941D1A is #6BE2E5. Grayscale: #404040. Windows color (decimal): -7070438 or 1711508. OLE color: 1711508.

HSL color Cylindrical-coordinate representation of color #941D1A: hue angle of 1.48º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941D1A is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1482926-
CMYK00.800.820.42
HSL1.48º70.11%34.12%-
HSV(B)1.48º82.43%58.04%-
XYZ12.847.251.7-
YUV64.24106.42187.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 72.91%
GREEN value IS 29 (11.72% from 255) = 14.29%
BLUE value IS 26 (10.55% from 255) = 12.81%
R=72.91%
G=14.29%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148292600.800.820.421.4870.1134.12
Hex941D1A050522A14622
Octal2243532012012252110642
Binary10010100111011101001010000101001010101011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941D1A; }

 p { color: rgb(148,29,26); }

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

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

 a { background-color: rgb(148,29,26); }

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

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

 span { border-color: rgb(148,29,26); }

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