Html Css Color HEX #942016 Mandarian Orange

📋 copy color: '#942016'

red 148 ◦ green 32 ◦ blue 22

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

Shades of Mandarian Orange #942016

Tints of Mandarian Orange #942016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

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

R = 73.27%
G = 15.84%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#942016 (or 0x942016) is known color: Mandarian Orange. HEX triplet: 94, 20 and 16. RGB value is (148,32,22). Sum of RGB (Red+Green+Blue) = 148+32+22=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #942016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942016 is #6BDFE9. Grayscale: #414141. Windows color (decimal): -7069674 or 1450132. OLE color: 1450132.

HSL color Cylindrical-coordinate representation of color #942016: hue angle of 4.76º 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 #942016 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 32 22 -
CMYK 0 0.78 0.85 0.42
HSL 4.76º 0.74% 0.33% -
HSV(B) 4.76º 0.85% 0.58% -
XYZ 12.87 7.39 1.51 -
YUV 65.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 148 32 22 0 0.78 0.85 0.42 4.76 0.74 0.33
Hex 94 20 16 0 4E 55 2A 5 4A 21
Octal 224 40 26 0 116 125 52 5 112 41
Binary 10010100 100000 10110 0 1001110 1010101 101010 101 1001010 100001

Color Harmonies of #942016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942016

Black with #942016

Text Example


Text Example

White with #942016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942016; }

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

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

background-color css

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

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

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

border-color css

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

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

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