Html Css Color HEX #842524 Mandarian Orange

📋 copy color: '#842524'

red 132 ◦ green 37 ◦ blue 36

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

Shades of Mandarian Orange #842524

Tints of Mandarian Orange #842524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

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

R = 64.39%
G = 18.05%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#842524 (or 0x842524) is known color: Mandarian Orange. HEX triplet: 84, 25 and 24. RGB value is (132,37,36). Sum of RGB (Red+Green+Blue) = 132+37+36=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #842524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842524 is #7BDADB. Grayscale: #414141. Windows color (decimal): -8116956 or 2368900. OLE color: 2368900.

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

Color convert

RGB 132 37 36 -
CMYK 0 0.72 0.73 0.48
HSL 0.63º 0.57% 0.33% -
HSV(B) 0.63º 0.73% 0.52% -
XYZ 10.5 6.36 2.34 -
YUV 65.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 132 37 36 0 0.72 0.73 0.48 0.63 0.57 0.33
Hex 84 25 24 0 48 49 30 1 39 21
Octal 204 45 44 0 110 111 60 1 71 41
Binary 10000100 100101 100100 0 1001000 1001001 110000 1 111001 100001

Color Harmonies of #842524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842524

Black with #842524

Text Example


Text Example

White with #842524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842524; }

 p { color: rgb(132,37,36); }

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

background-color css

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

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

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

border-color css

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

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

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