Html Css Color HEX #942113 Mandarian Orange

📋 copy color: '#942113'

red 148 ◦ green 33 ◦ blue 19

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

Shades of Mandarian Orange #942113

Tints of Mandarian Orange #942113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 74%
G = 16.5%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#942113 (or 0x942113) is known color: Mandarian Orange. HEX triplet: 94, 21 and 13. RGB value is (148,33,19). Sum of RGB (Red+Green+Blue) = 148+33+19=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #942113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942113 is #6BDEEC. Grayscale: #414141. Windows color (decimal): -7069421 or 1253780. OLE color: 1253780.

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

Color convert

RGB 148 33 19 -
CMYK 0 0.78 0.87 0.42
HSL 6.51º 0.77% 0.33% -
HSV(B) 6.51º 0.87% 0.58% -
XYZ 12.87 7.43 1.37 -
YUV 65.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 148 33 19 0 0.78 0.87 0.42 6.51 0.77 0.33
Hex 94 21 13 0 4E 57 2A 7 4D 21
Octal 224 41 23 0 116 127 52 7 115 41
Binary 10010100 100001 10011 0 1001110 1010111 101010 111 1001101 100001

Color Harmonies of #942113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942113

Black with #942113

Text Example


Text Example

White with #942113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942113; }

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

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

background-color css

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

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

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

border-color css

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

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

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