Html Css Color HEX #842821 Mandarian Orange

📋 copy color: '#842821'

red 132 ◦ green 40 ◦ blue 33

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

Shades of Mandarian Orange #842821

Tints of Mandarian Orange #842821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 33 (13.28% from 255) = 16.1%

R = 64.39%
G = 19.51%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#842821 (or 0x842821) is known color: Mandarian Orange. HEX triplet: 84, 28 and 21. RGB value is (132,40,33). Sum of RGB (Red+Green+Blue) = 132+40+33=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #842821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842821 is #7BD7DE. Grayscale: #424242. Windows color (decimal): -8116191 or 2173060. OLE color: 2173060.

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

Color convert

RGB 132 40 33 -
CMYK 0 0.70 0.75 0.48
HSL 4.24º 0.6% 0.32% -
HSV(B) 4.24º 0.75% 0.52% -
XYZ 10.55 6.53 2.14 -
YUV 66.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 132 40 33 0 0.70 0.75 0.48 4.24 0.6 0.32
Hex 84 28 21 0 46 4B 30 4 3C 20
Octal 204 50 41 0 106 113 60 4 74 40
Binary 10000100 101000 100001 0 1000110 1001011 110000 100 111100 100000

Color Harmonies of #842821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842821

Black with #842821

Text Example


Text Example

White with #842821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842821; }

 p { color: rgb(132,40,33); }

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

background-color css

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

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

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

border-color css

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

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

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