Html Css Color HEX #942B21 Mandarian Orange

📋 copy color: '#942B21'

red 148 ◦ green 43 ◦ blue 33

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

Shades of Mandarian Orange #942B21

Tints of Mandarian Orange #942B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

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

R = 66.07%
G = 19.2%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#942B21 (or 0x942B21) is known color: Mandarian Orange. HEX triplet: 94, 2B and 21. RGB value is (148,43,33). Sum of RGB (Red+Green+Blue) = 148+43+33=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #942B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B21 is #6BD4DE. Grayscale: #494949. Windows color (decimal): -7066847 or 2173844. OLE color: 2173844.

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

Color convert

RGB 148 43 33 -
CMYK 0 0.71 0.78 0.42
HSL 5.22º 0.64% 0.35% -
HSV(B) 5.22º 0.78% 0.58% -
XYZ 13.35 8.13 2.31 -
YUV 73.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 148 43 33 0 0.71 0.78 0.42 5.22 0.64 0.35
Hex 94 2B 21 0 47 4E 2A 5 40 23
Octal 224 53 41 0 107 116 52 5 100 43
Binary 10010100 101011 100001 0 1000111 1001110 101010 101 1000000 100011

Color Harmonies of #942B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942B21

Black with #942B21

Text Example


Text Example

White with #942B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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