Html Css Color HEX #882120 Mandarian Orange

📋 copy color: '#882120'

red 136 ◦ green 33 ◦ blue 32

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

Shades of Mandarian Orange #882120

Tints of Mandarian Orange #882120

RGB

 RED value IS 136 (53.52% from 255) = 67.66%

 GREEN value IS 33 (13.28% from 255) = 16.42%

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 67.66%
G = 16.42%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#882120 (or 0x882120) is known color: Mandarian Orange. HEX triplet: 88, 21 and 20. RGB value is (136,33,32). Sum of RGB (Red+Green+Blue) = 136+33+32=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #882120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882120 is #77DEDF. Grayscale: #3F3F3F. Windows color (decimal): -7855840 or 2105736. OLE color: 2105736.

HSL color Cylindrical-coordinate representation of color #882120: hue angle of 0.58º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882120 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 32 -
CMYK 0 0.76 0.76 0.47
HSL 0.58º 0.62% 0.33% -
HSV(B) 0.58º 0.76% 0.53% -
XYZ 10.96 6.43 2.03 -
YUV 63.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 136 33 32 0 0.76 0.76 0.47 0.58 0.62 0.33
Hex 88 21 20 0 4C 4C 2F 1 3E 21
Octal 210 41 40 0 114 114 57 1 76 41
Binary 10001000 100001 100000 0 1001100 1001100 101111 1 111110 100001

Color Harmonies of #882120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882120

Black with #882120

Text Example


Text Example

White with #882120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882120; }

 p { color: rgb(136,33,32); }

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

background-color css

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

 a { background-color: rgb(136,33,32); }

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

border-color css

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

 span { border-color: rgb(136,33,32); }

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