Html Css Color HEX #942321 Mandarian Orange

📋 copy color: '#942321'

red 148 ◦ green 35 ◦ blue 33

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

Shades of Mandarian Orange #942321

Tints of Mandarian Orange #942321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 68.52%
G = 16.2%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#942321 (or 0x942321) is known color: Mandarian Orange. HEX triplet: 94, 23 and 21. RGB value is (148,35,33). Sum of RGB (Red+Green+Blue) = 148+35+33=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #942321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942321 is #6BDCDE. Grayscale: #444444. Windows color (decimal): -7068895 or 2171796. OLE color: 2171796.

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

Color convert

RGB 148 35 33 -
CMYK 0 0.76 0.78 0.42
HSL 1.04º 0.64% 0.35% -
HSV(B) 1.04º 0.78% 0.58% -
XYZ 13.09 7.61 2.22 -
YUV 68.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 148 35 33 0 0.76 0.78 0.42 1.04 0.64 0.35
Hex 94 23 21 0 4C 4E 2A 1 40 23
Octal 224 43 41 0 114 116 52 1 100 43
Binary 10010100 100011 100001 0 1001100 1001110 101010 1 1000000 100011

Color Harmonies of #942321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942321

Black with #942321

Text Example


Text Example

White with #942321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942321; }

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

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

background-color css

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

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

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

border-color css

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

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

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