Html Css Color HEX #942313 Mandarian Orange

📋 copy color: '#942313'

red 148 ◦ green 35 ◦ blue 19

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

Shades of Mandarian Orange #942313

Tints of Mandarian Orange #942313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.33%

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

R = 73.27%
G = 17.33%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#942313 (or 0x942313) is known color: Mandarian Orange. HEX triplet: 94, 23 and 13. RGB value is (148,35,19). Sum of RGB (Red+Green+Blue) = 148+35+19=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #942313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942313 is #6BDCEC. Grayscale: #434343. Windows color (decimal): -7068909 or 1254292. OLE color: 1254292.

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

Color convert

RGB 148 35 19 -
CMYK 0 0.76 0.87 0.42
HSL 7.44º 0.77% 0.33% -
HSV(B) 7.44º 0.87% 0.58% -
XYZ 12.93 7.54 1.39 -
YUV 66.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 148 35 19 0 0.76 0.87 0.42 7.44 0.77 0.33
Hex 94 23 13 0 4C 57 2A 7 4D 21
Octal 224 43 23 0 114 127 52 7 115 41
Binary 10010100 100011 10011 0 1001100 1010111 101010 111 1001101 100001

Color Harmonies of #942313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942313

Black with #942313

Text Example


Text Example

White with #942313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942313; }

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

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

background-color css

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

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

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

border-color css

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

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

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