#921F18

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

Shades of Mandarian Orange #921F18

Tints of Mandarian Orange #921F18

Color information

#921F18 (or 0x921F18) is unknown color: approx Mandarian Orange. HEX triplet: 92, 1F and 18. RGB value is (146,31,24). Sum of RGB (Red+Green+Blue) = 146+31+24=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #921F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921F18 is #6DE0E7. Grayscale: #404040. Windows color (decimal): -7201000 or 1580946. OLE color: 1580946.

HSL color Cylindrical-coordinate representation of color #921F18: hue angle of 3.44º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921F18 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB1463124-
CMYK00.790.840.43
HSL3.44º71.76%33.33%-
HSV(B)3.44º83.56%57.25%-
XYZ12.517.161.59-
YUV64.59105.1186.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 72.64%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=72.64%
G=15.42%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146312400.790.840.433.4471.7633.33
Hex921F1804F542B34821
Octal2223730011712453311041
Binary100100101111111000010011111010100101011111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921F18; }

 p { color: rgb(146,31,24); }

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

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

 a { background-color: rgb(146,31,24); }

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

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

 span { border-color: rgb(146,31,24); }

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