Html Css Color HEX #84241E Mandarian Orange

📋 copy color: '#84241E'

red 132 ◦ green 36 ◦ blue 30

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

Shades of Mandarian Orange #84241E

Tints of Mandarian Orange #84241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 66.67%
G = 18.18%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84241E (or 0x84241E) is known color: Mandarian Orange. HEX triplet: 84, 24 and 1E. RGB value is (132,36,30). Sum of RGB (Red+Green+Blue) = 132+36+30=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #84241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84241E is #7BDBE1. Grayscale: #404040. Windows color (decimal): -8117218 or 1975428. OLE color: 1975428.

HSL color Cylindrical-coordinate representation of color #84241E: hue angle of 3.53º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84241E is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 30 -
CMYK 0 0.73 0.77 0.48
HSL 3.53º 0.63% 0.32% -
HSV(B) 3.53º 0.77% 0.52% -
XYZ 10.38 6.26 1.89 -
YUV 64.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 132 36 30 0 0.73 0.77 0.48 3.53 0.63 0.32
Hex 84 24 1E 0 49 4D 30 4 3F 20
Octal 204 44 36 0 111 115 60 4 77 40
Binary 10000100 100100 11110 0 1001001 1001101 110000 100 111111 100000

Color Harmonies of #84241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84241E

Black with #84241E

Text Example


Text Example

White with #84241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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