Html Css Color HEX #942B29 Mandarian Orange

📋 copy color: '#942B29'

red 148 ◦ green 43 ◦ blue 41

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

Shades of Mandarian Orange #942B29

Tints of Mandarian Orange #942B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.67%

R = 63.79%
G = 18.53%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#942B29 (or 0x942B29) is known color: Mandarian Orange. HEX triplet: 94, 2B and 29. RGB value is (148,43,41). Sum of RGB (Red+Green+Blue) = 148+43+41=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #942B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B29 is #6BD4D6. Grayscale: #4A4A4A. Windows color (decimal): -7066839 or 2698132. OLE color: 2698132.

HSL color Cylindrical-coordinate representation of color #942B29: hue angle of 1.12º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942B29 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 43 41 -
CMYK 0 0.71 0.72 0.42
HSL 1.12º 0.57% 0.37% -
HSV(B) 1.12º 0.72% 0.58% -
XYZ 13.48 8.18 2.97 -
YUV 74.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 148 43 41 0 0.71 0.72 0.42 1.12 0.57 0.37
Hex 94 2B 29 0 47 48 2A 1 39 25
Octal 224 53 51 0 107 110 52 1 71 45
Binary 10010100 101011 101001 0 1000111 1001000 101010 1 111001 100101

Color Harmonies of #942B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942B29

Black with #942B29

Text Example


Text Example

White with #942B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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