Html Css Color HEX #941F12 Mandarian Orange

📋 copy color: '#941F12'

red 148 ◦ green 31 ◦ blue 18

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

Shades of Mandarian Orange #941F12

Tints of Mandarian Orange #941F12

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.74%

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 75.13%
G = 15.74%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#941F12 (or 0x941F12) is known color: Mandarian Orange. HEX triplet: 94, 1F and 12. RGB value is (148,31,18). Sum of RGB (Red+Green+Blue) = 148+31+18=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #941F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941F12 is #6BE0ED. Grayscale: #404040. Windows color (decimal): -7069934 or 1187732. OLE color: 1187732.

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

Color convert

RGB 148 31 18 -
CMYK 0 0.79 0.88 0.42
HSL 0.78% 0.33% -
HSV(B) 0.88% 0.58% -
XYZ 12.81 7.32 1.31 -
YUV 64.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 148 31 18 0 0.79 0.88 0.42 6 0.78 0.33
Hex 94 1F 12 0 4F 58 2A 6 4E 21
Octal 224 37 22 0 117 130 52 6 116 41
Binary 10010100 11111 10010 0 1001111 1011000 101010 110 1001110 100001

Color Harmonies of #941F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941F12

Black with #941F12

Text Example


Text Example

White with #941F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,31,18); }

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

background-color css

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

 a { background-color: rgb(148,31,18); }

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

border-color css

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

 span { border-color: rgb(148,31,18); }

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