Html Css Color HEX #941D14 Mandarian Orange

📋 copy color: '#941D14'

red 148 ◦ green 29 ◦ blue 20

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

Shades of Mandarian Orange #941D14

Tints of Mandarian Orange #941D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.72%

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 75.13%
G = 14.72%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#941D14 (or 0x941D14) is known color: Mandarian Orange. HEX triplet: 94, 1D and 14. RGB value is (148,29,20). Sum of RGB (Red+Green+Blue) = 148+29+20=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #941D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941D14 is #6BE2EB. Grayscale: #3F3F3F. Windows color (decimal): -7070444 or 1318292. OLE color: 1318292.

HSL color Cylindrical-coordinate representation of color #941D14: hue angle of 4.22º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941D14 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 29 20 -
CMYK 0 0.80 0.86 0.42
HSL 4.22º 0.76% 0.33% -
HSV(B) 4.22º 0.86% 0.58% -
XYZ 12.78 7.23 1.38 -
YUV 63.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 148 29 20 0 0.80 0.86 0.42 4.22 0.76 0.33
Hex 94 1D 14 0 50 56 2A 4 4C 21
Octal 224 35 24 0 120 126 52 4 114 41
Binary 10010100 11101 10100 0 1010000 1010110 101010 100 1001100 100001

Color Harmonies of #941D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941D14

Black with #941D14

Text Example


Text Example

White with #941D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941D14; }

 p { color: rgb(148,29,20); }

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

background-color css

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

 a { background-color: rgb(148,29,20); }

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

border-color css

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

 span { border-color: rgb(148,29,20); }

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