Html Css Color HEX #842929 Mandarian Orange

📋 copy color: '#842929'

red 132 ◦ green 41 ◦ blue 41

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

Shades of Mandarian Orange #842929

Tints of Mandarian Orange #842929

RGB

 RED value IS 132 (51.95% from 255) = 61.68%

 GREEN value IS 41 (16.41% from 255) = 19.16%

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

R = 61.68%
G = 19.16%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#842929 (or 0x842929) is known color: Mandarian Orange. HEX triplet: 84, 29 and 29. RGB value is (132,41,41). Sum of RGB (Red+Green+Blue) = 132+41+41=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #842929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842929 is #7BD6D6. Grayscale: #444444. Windows color (decimal): -8115927 or 2697604. OLE color: 2697604.

HSL color Cylindrical-coordinate representation of color #842929: hue angle of 0º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #842929 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 41 41 -
CMYK 0 0.69 0.69 0.48
HSL 0.53% 0.34% -
HSV(B) 0.69% 0.52% -
XYZ 10.71 6.65 2.82 -
YUV 68.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 132 41 41 0 0.69 0.69 0.48 0 0.53 0.34
Hex 84 29 29 0 45 45 30 0 35 22
Octal 204 51 51 0 105 105 60 0 65 42
Binary 10000100 101001 101001 0 1000101 1000101 110000 0 110101 100010

Color Harmonies of #842929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842929

Black with #842929

Text Example


Text Example

White with #842929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842929; }

 p { color: rgb(132,41,41); }

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

background-color css

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

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

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

border-color css

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

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

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