Html Css Color HEX #942218 Mandarian Orange

📋 copy color: '#942218'

red 148 ◦ green 34 ◦ blue 24

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

Shades of Mandarian Orange #942218

Tints of Mandarian Orange #942218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

 BLUE value IS 24 (9.77% from 255) = 11.65%

R = 71.84%
G = 16.5%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#942218 (or 0x942218) is known color: Mandarian Orange. HEX triplet: 94, 22 and 18. RGB value is (148,34,24). Sum of RGB (Red+Green+Blue) = 148+34+24=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #942218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942218 is #6BDDE7. Grayscale: #434343. Windows color (decimal): -7069160 or 1581716. OLE color: 1581716.

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

Color convert

RGB 148 34 24 -
CMYK 0 0.77 0.84 0.42
HSL 4.84º 0.72% 0.34% -
HSV(B) 4.84º 0.84% 0.58% -
XYZ 12.95 7.51 1.63 -
YUV 66.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 148 34 24 0 0.77 0.84 0.42 4.84 0.72 0.34
Hex 94 22 18 0 4D 54 2A 5 48 22
Octal 224 42 30 0 115 124 52 5 110 42
Binary 10010100 100010 11000 0 1001101 1010100 101010 101 1001000 100010

Color Harmonies of #942218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942218

Black with #942218

Text Example


Text Example

White with #942218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942218; }

 p { color: rgb(148,34,24); }

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

background-color css

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

 a { background-color: rgb(148,34,24); }

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

border-color css

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

 span { border-color: rgb(148,34,24); }

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