Html Css Color HEX #922115 Mandarian Orange

📋 copy color: '#922115'

red 146 ◦ green 33 ◦ blue 21

#922115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #922115

Tints of Mandarian Orange #922115

RGB

 RED value IS 146 (57.42% from 255) = 73%

 GREEN value IS 33 (13.28% from 255) = 16.5%

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 73%
G = 16.5%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#922115 (or 0x922115) is known color: Mandarian Orange. HEX triplet: 92, 21 and 15. RGB value is (146,33,21). Sum of RGB (Red+Green+Blue) = 146+33+21=200 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 146 - color contains mainly: red. Hex color #922115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922115 is #6DDEEA. Grayscale: #414141. Windows color (decimal): -7200491 or 1384850. OLE color: 1384850.

HSL color Cylindrical-coordinate representation of color #922115: hue angle of 5.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #922115 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 33 21 -
CMYK 0 0.77 0.86 0.43
HSL 5.76º 0.75% 0.33% -
HSV(B) 5.76º 0.86% 0.57% -
XYZ 12.53 7.25 1.45 -
YUV 65.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 146 33 21 0 0.77 0.86 0.43 5.76 0.75 0.33
Hex 92 21 15 0 4D 56 2B 6 4B 21
Octal 222 41 25 0 115 126 53 6 113 41
Binary 10010010 100001 10101 0 1001101 1010110 101011 110 1001011 100001

Color Harmonies of #922115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922115

Black with #922115

Text Example


Text Example

White with #922115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922115; }

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

 H1.HeaderClassName
 {
   color: #922115;
 }
 .AnyTagClassName
 {
   color: #922115;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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