Html Css Color HEX #941716 Mandarian Orange

📋 copy color: '#941716'

red 148 ◦ green 23 ◦ blue 22

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

Shades of Mandarian Orange #941716

Tints of Mandarian Orange #941716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

 BLUE value IS 22 (8.98% from 255) = 11.4%

R = 76.68%
G = 11.92%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#941716 (or 0x941716) is known color: Mandarian Orange. HEX triplet: 94, 17 and 16. RGB value is (148,23,22). Sum of RGB (Red+Green+Blue) = 148+23+22=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #941716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941716 is #6BE8E9. Grayscale: #3C3C3C. Windows color (decimal): -7071978 or 1447828. OLE color: 1447828.

HSL color Cylindrical-coordinate representation of color #941716: hue angle of 0.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941716 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 23 22 -
CMYK 0 0.84 0.85 0.42
HSL 0.48º 0.74% 0.33% -
HSV(B) 0.48º 0.85% 0.58% -
XYZ 12.66 6.97 1.44 -
YUV 60.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 148 23 22 0 0.84 0.85 0.42 0.48 0.74 0.33
Hex 94 17 16 0 54 55 2A 0 4A 21
Octal 224 27 26 0 124 125 52 0 112 41
Binary 10010100 10111 10110 0 1010100 1010101 101010 0 1001010 100001

Color Harmonies of #941716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941716

Black with #941716

Text Example


Text Example

White with #941716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941716; }

 p { color: rgb(148,23,22); }

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

background-color css

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

 a { background-color: rgb(148,23,22); }

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

border-color css

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

 span { border-color: rgb(148,23,22); }

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