Html Css Color HEX #942322 Mandarian Orange

📋 copy color: '#942322'

red 148 ◦ green 35 ◦ blue 34

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

Shades of Mandarian Orange #942322

Tints of Mandarian Orange #942322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.67%

R = 68.2%
G = 16.13%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#942322 (or 0x942322) is known color: Mandarian Orange. HEX triplet: 94, 23 and 22. RGB value is (148,35,34). Sum of RGB (Red+Green+Blue) = 148+35+34=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #942322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942322 is #6BDCDD. Grayscale: #444444. Windows color (decimal): -7068894 or 2237332. OLE color: 2237332.

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

Color convert

RGB 148 35 34 -
CMYK 0 0.76 0.77 0.42
HSL 0.53º 0.63% 0.36% -
HSV(B) 0.53º 0.77% 0.58% -
XYZ 13.1 7.61 2.29 -
YUV 68.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 148 35 34 0 0.76 0.77 0.42 0.53 0.63 0.36
Hex 94 23 22 0 4C 4D 2A 1 3F 24
Octal 224 43 42 0 114 115 52 1 77 44
Binary 10010100 100011 100010 0 1001100 1001101 101010 1 111111 100100

Color Harmonies of #942322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942322

Black with #942322

Text Example


Text Example

White with #942322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942322; }

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

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

background-color css

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

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

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

border-color css

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

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

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