#942A1D

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

Shades of Mandarian Orange #942A1D

Tints of Mandarian Orange #942A1D

Color information

#942A1D (or 0x942A1D) is unknown color: approx Mandarian Orange. HEX triplet: 94, 2A and 1D. RGB value is (148,42,29). Sum of RGB (Red+Green+Blue) = 148+42+29=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #942A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A1D is #6BD5E2. Grayscale: #484848. Windows color (decimal): -7067107 or 1911444. OLE color: 1911444.

HSL color Cylindrical-coordinate representation of color #942A1D: hue angle of 6.55º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #942A1D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1484229-
CMYK00.720.800.42
HSL6.55º67.23%34.71%-
HSV(B)6.55º80.41%58.04%-
XYZ13.268.042.02-
YUV72.21103.62182.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 67.58%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 29 (11.72% from 255) = 13.24%
R=67.58%
G=19.18%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148422900.720.800.426.5567.2334.71
Hex942A1D048502A74323
Octal2245235011012052710343
Binary10010100101010111010100100010100001010101111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942A1D; }

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

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

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

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

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

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

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

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