Html Css Color HEX #882119 Mandarian Orange

📋 copy color: '#882119'

red 136 ◦ green 33 ◦ blue 25

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

Shades of Mandarian Orange #882119

Tints of Mandarian Orange #882119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.89%

R = 70.1%
G = 17.01%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#882119 (or 0x882119) is known color: Mandarian Orange. HEX triplet: 88, 21 and 19. RGB value is (136,33,25). Sum of RGB (Red+Green+Blue) = 136+33+25=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #882119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882119 is #77DEE6. Grayscale: #3F3F3F. Windows color (decimal): -7855847 or 1646984. OLE color: 1646984.

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

Color convert

RGB 136 33 25 -
CMYK 0 0.76 0.82 0.47
HSL 4.32º 0.69% 0.32% -
HSV(B) 4.32º 0.82% 0.53% -
XYZ 10.87 6.39 1.58 -
YUV 62.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 136 33 25 0 0.76 0.82 0.47 4.32 0.69 0.32
Hex 88 21 19 0 4C 52 2F 4 45 20
Octal 210 41 31 0 114 122 57 4 105 40
Binary 10001000 100001 11001 0 1001100 1010010 101111 100 1000101 100000

Color Harmonies of #882119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882119

Black with #882119

Text Example


Text Example

White with #882119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882119; }

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

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

background-color css

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

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

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

border-color css

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

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

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