#942114

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

Shades of Mandarian Orange #942114

Tints of Mandarian Orange #942114

Color information

#942114 (or 0x942114) is unknown color: approx Mandarian Orange. HEX triplet: 94, 21 and 14. RGB value is (148,33,20). Sum of RGB (Red+Green+Blue) = 148+33+20=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #942114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942114 is #6BDEEB. Grayscale: #424242. Windows color (decimal): -7069420 or 1319316. OLE color: 1319316.

HSL color Cylindrical-coordinate representation of color #942114: hue angle of 6.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #942114 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1483320-
CMYK00.780.860.42
HSL6.09º76.19%32.94%-
HSV(B)6.09º86.49%58.04%-
XYZ12.887.431.42-
YUV65.9102.1186.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 73.63%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 20 (8.20% from 255) = 9.95%
R=73.63%
G=16.42%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148332000.780.860.426.0976.1932.94
Hex94211404E562A64c21
Octal2244124011612652611441
Binary10010100100001101000100111010101101010101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942114; }

 p { color: rgb(148,33,20); }

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

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

 a { background-color: rgb(148,33,20); }

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

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

 span { border-color: rgb(148,33,20); }

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