#92210E

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

Shades of Mandarian Orange #92210E

Tints of Mandarian Orange #92210E

Color information

#92210E (or 0x92210E) is unknown color: approx Mandarian Orange. HEX triplet: 92, 21 and 0E. RGB value is (146,33,14). Sum of RGB (Red+Green+Blue) = 146+33+14=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #92210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92210E is #6DDEF1. Grayscale: #404040. Windows color (decimal): -7200498 or 926098. OLE color: 926098.

HSL color Cylindrical-coordinate representation of color #92210E: hue angle of 8.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92210E is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1463314-
CMYK00.770.900.43
HSL8.64º82.5%31.37%-
HSV(B)8.64º90.41%57.25%-
XYZ12.487.231.15-
YUV64.6299.44186.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.65%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 14 (5.86% from 255) = 7.25%
R=75.65%
G=17.10%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146331400.770.900.438.6482.531.37
Hex9221E04D5A2B9521f
Octal22241160115132531112237
Binary1001001010000111100100110110110101010111001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92210E; }

 p { color: rgb(146,33,14); }

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

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

 a { background-color: rgb(146,33,14); }

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

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

 span { border-color: rgb(146,33,14); }

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