Html Css Color HEX #942013 Mandarian Orange

📋 copy color: '#942013'

red 148 ◦ green 32 ◦ blue 19

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

Shades of Mandarian Orange #942013

Tints of Mandarian Orange #942013

RGB

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

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

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

R = 74.37%
G = 16.08%
B = 9.55%

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

#942013 (or 0x942013) is known color: Mandarian Orange. HEX triplet: 94, 20 and 13. RGB value is (148,32,19). Sum of RGB (Red+Green+Blue) = 148+32+19=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #942013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942013 is #6BDFEC. Grayscale: #414141. Windows color (decimal): -7069677 or 1253524. OLE color: 1253524.

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

Color convert

RGB 148 32 19 -
CMYK 0 0.78 0.87 0.42
HSL 6.05º 0.77% 0.33% -
HSV(B) 6.05º 0.87% 0.58% -
XYZ 12.85 7.38 1.36 -
YUV 65.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 148 32 19 0 0.78 0.87 0.42 6.05 0.77 0.33
Hex 94 20 13 0 4E 57 2A 6 4D 21
Octal 224 40 23 0 116 127 52 6 115 41
Binary 10010100 100000 10011 0 1001110 1010111 101010 110 1001101 100001

Color Harmonies of #942013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942013

Black with #942013

Text Example


Text Example

White with #942013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942013; }

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

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

background-color css

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

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

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

border-color css

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

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

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