Html Css Color HEX #882B2A Mandarian Orange

📋 copy color: '#882B2A'

red 136 ◦ green 43 ◦ blue 42

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

Shades of Mandarian Orange #882B2A

Tints of Mandarian Orange #882B2A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.46%

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

R = 61.54%
G = 19.46%
B = 19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#882B2A (or 0x882B2A) is known color: Mandarian Orange. HEX triplet: 88, 2B and 2A. RGB value is (136,43,42). Sum of RGB (Red+Green+Blue) = 136+43+42=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #882B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B2A is #77D4D5. Grayscale: #464646. Windows color (decimal): -7853270 or 2763656. OLE color: 2763656.

HSL color Cylindrical-coordinate representation of color #882B2A: hue angle of 0.64º 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 #882B2A is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 43 42 -
CMYK 0 0.68 0.69 0.47
HSL 0.64º 0.53% 0.35% -
HSV(B) 0.64º 0.69% 0.53% -
XYZ 11.44 7.13 2.96 -
YUV 70.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 136 43 42 0 0.68 0.69 0.47 0.64 0.53 0.35
Hex 88 2B 2A 0 44 45 2F 1 35 23
Octal 210 53 52 0 104 105 57 1 65 43
Binary 10001000 101011 101010 0 1000100 1000101 101111 1 110101 100011

Color Harmonies of #882B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B2A

Black with #882B2A

Text Example


Text Example

White with #882B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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