Html Css Color HEX #942110 Mandarian Orange

📋 copy color: '#942110'

red 148 ◦ green 33 ◦ blue 16

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

Shades of Mandarian Orange #942110

Tints of Mandarian Orange #942110

RGB

 RED value IS 148 (58.2% from 255) = 75.13%

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

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 75.13%
G = 16.75%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942110 (or 0x942110) is known color: Mandarian Orange. HEX triplet: 94, 21 and 10. RGB value is (148,33,16). Sum of RGB (Red+Green+Blue) = 148+33+16=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #942110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942110 is #6BDEEF. Grayscale: #414141. Windows color (decimal): -7069424 or 1057172. OLE color: 1057172.

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

Color convert

RGB 148 33 16 -
CMYK 0 0.78 0.89 0.42
HSL 7.73º 0.8% 0.32% -
HSV(B) 7.73º 0.89% 0.58% -
XYZ 12.85 7.42 1.25 -
YUV 65.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 148 33 16 0 0.78 0.89 0.42 7.73 0.8 0.32
Hex 94 21 10 0 4E 59 2A 8 50 20
Octal 224 41 20 0 116 131 52 10 120 40
Binary 10010100 100001 10000 0 1001110 1011001 101010 1000 1010000 100000

Color Harmonies of #942110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942110

Black with #942110

Text Example


Text Example

White with #942110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942110; }

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

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

background-color css

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

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

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

border-color css

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

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

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