#942314

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

Shades of Mandarian Orange #942314

Tints of Mandarian Orange #942314

Color information

#942314 (or 0x942314) is unknown color: approx Mandarian Orange. HEX triplet: 94, 23 and 14. RGB value is (148,35,20). Sum of RGB (Red+Green+Blue) = 148+35+20=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #942314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942314 is #6BDCEB. Grayscale: #434343. Windows color (decimal): -7068908 or 1319828. OLE color: 1319828.

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

Color convert

RGB1483520-
CMYK00.760.860.42
HSL7.03º76.19%32.94%-
HSV(B)7.03º86.49%58.04%-
XYZ12.947.551.44-
YUV67.08101.44185.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 72.91%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=72.91%
G=17.24%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148352000.760.860.427.0376.1932.94
Hex94231404C562A74c21
Octal2244324011412652711441
Binary10010100100011101000100110010101101010101111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942314; }

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

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

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

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

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

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

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

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