Html Css Color HEX #882A2A Mandarian Orange

📋 copy color: '#882A2A'

red 136 ◦ green 42 ◦ blue 42

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

Shades of Mandarian Orange #882A2A

Tints of Mandarian Orange #882A2A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.09%

 BLUE value IS 42 (16.8% from 255) = 19.09%

R = 61.82%
G = 19.09%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#882A2A (or 0x882A2A) is known color: Mandarian Orange. HEX triplet: 88, 2A and 2A. RGB value is (136,42,42). Sum of RGB (Red+Green+Blue) = 136+42+42=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #882A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A2A is #77D5D5. Grayscale: #464646. Windows color (decimal): -7853526 or 2763400. OLE color: 2763400.

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

Color convert

RGB 136 42 42 -
CMYK 0 0.69 0.69 0.47
HSL 0.53% 0.35% -
HSV(B) 0.69% 0.53% -
XYZ 11.4 7.06 2.95 -
YUV 70.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 136 42 42 0 0.69 0.69 0.47 0 0.53 0.35
Hex 88 2A 2A 0 45 45 2F 0 35 23
Octal 210 52 52 0 105 105 57 0 65 43
Binary 10001000 101010 101010 0 1000101 1000101 101111 0 110101 100011

Color Harmonies of #882A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882A2A

Black with #882A2A

Text Example


Text Example

White with #882A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882A2A; }

 p { color: rgb(136,42,42); }

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

background-color css

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

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

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

border-color css

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

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

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