Html Css Color HEX #832424 Mandarian Orange

📋 copy color: '#832424'

red 131 ◦ green 36 ◦ blue 36

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

Shades of Mandarian Orange #832424

Tints of Mandarian Orange #832424

RGB

 RED value IS 131 (51.56% from 255) = 64.53%

 GREEN value IS 36 (14.45% from 255) = 17.73%

 BLUE value IS 36 (14.45% from 255) = 17.73%

R = 64.53%
G = 17.73%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#832424 (or 0x832424) is known color: Mandarian Orange. HEX triplet: 83, 24 and 24. RGB value is (131,36,36). Sum of RGB (Red+Green+Blue) = 131+36+36=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #832424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832424 is #7CDBDB. Grayscale: #404040. Windows color (decimal): -8182748 or 2368643. OLE color: 2368643.

HSL color Cylindrical-coordinate representation of color #832424: hue angle of 0º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832424 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 36 -
CMYK 0 0.73 0.73 0.49
HSL 0.57% 0.33% -
HSV(B) 0.73% 0.51% -
XYZ 10.31 6.21 2.33 -
YUV 64.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 131 36 36 0 0.73 0.73 0.49 0 0.57 0.33
Hex 83 24 24 0 49 49 31 0 39 21
Octal 203 44 44 0 111 111 61 0 71 41
Binary 10000011 100100 100100 0 1001001 1001001 110001 0 111001 100001

Color Harmonies of #832424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832424

Black with #832424

Text Example


Text Example

White with #832424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832424; }

 p { color: rgb(131,36,36); }

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

background-color css

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

 a { background-color: rgb(131,36,36); }

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

border-color css

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

 span { border-color: rgb(131,36,36); }

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