Html Css Color HEX #942019 Mandarian Orange

📋 copy color: '#942019'

red 148 ◦ green 32 ◦ blue 25

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

Shades of Mandarian Orange #942019

Tints of Mandarian Orange #942019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.2%

R = 72.2%
G = 15.61%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#942019 (or 0x942019) is known color: Mandarian Orange. HEX triplet: 94, 20 and 19. RGB value is (148,32,25). Sum of RGB (Red+Green+Blue) = 148+32+25=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #942019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942019 is #6BDFE6. Grayscale: #424242. Windows color (decimal): -7069671 or 1646740. OLE color: 1646740.

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

Color convert

RGB 148 32 25 -
CMYK 0 0.78 0.83 0.42
HSL 3.41º 0.71% 0.34% -
HSV(B) 3.41º 0.83% 0.58% -
XYZ 12.9 7.4 1.67 -
YUV 65.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 148 32 25 0 0.78 0.83 0.42 3.41 0.71 0.34
Hex 94 20 19 0 4E 53 2A 3 47 22
Octal 224 40 31 0 116 123 52 3 107 42
Binary 10010100 100000 11001 0 1001110 1010011 101010 11 1000111 100010

Color Harmonies of #942019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942019

Black with #942019

Text Example


Text Example

White with #942019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942019; }

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

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

background-color css

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

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

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

border-color css

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

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

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