Html Css Color HEX #942D29 Mandarian Orange

📋 copy color: '#942D29'

red 148 ◦ green 45 ◦ blue 41

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

Shades of Mandarian Orange #942D29

Tints of Mandarian Orange #942D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.23%

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

R = 63.25%
G = 19.23%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#942D29 (or 0x942D29) is known color: Mandarian Orange. HEX triplet: 94, 2D and 29. RGB value is (148,45,41). Sum of RGB (Red+Green+Blue) = 148+45+41=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #942D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D29 is #6BD2D6. Grayscale: #4B4B4B. Windows color (decimal): -7066327 or 2698644. OLE color: 2698644.

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

Color convert

RGB 148 45 41 -
CMYK 0 0.70 0.72 0.42
HSL 2.24º 0.57% 0.37% -
HSV(B) 2.24º 0.72% 0.58% -
XYZ 13.55 8.33 2.99 -
YUV 75.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 148 45 41 0 0.70 0.72 0.42 2.24 0.57 0.37
Hex 94 2D 29 0 46 48 2A 2 39 25
Octal 224 55 51 0 106 110 52 2 71 45
Binary 10010100 101101 101001 0 1000110 1001000 101010 10 111001 100101

Color Harmonies of #942D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D29

Black with #942D29

Text Example


Text Example

White with #942D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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