Html Css Color HEX #882827 Mandarian Orange

📋 copy color: '#882827'

red 136 ◦ green 40 ◦ blue 39

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

Shades of Mandarian Orange #882827

Tints of Mandarian Orange #882827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.14%

R = 63.26%
G = 18.6%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#882827 (or 0x882827) is known color: Mandarian Orange. HEX triplet: 88, 28 and 27. RGB value is (136,40,39). Sum of RGB (Red+Green+Blue) = 136+40+39=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #882827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882827 is #77D7D8. Grayscale: #444444. Windows color (decimal): -7854041 or 2566280. OLE color: 2566280.

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

Color convert

RGB 136 40 39 -
CMYK 0 0.71 0.71 0.47
HSL 0.62º 0.55% 0.34% -
HSV(B) 0.62º 0.71% 0.53% -
XYZ 11.28 6.9 2.66 -
YUV 68.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 136 40 39 0 0.71 0.71 0.47 0.62 0.55 0.34
Hex 88 28 27 0 47 47 2F 1 37 22
Octal 210 50 47 0 107 107 57 1 67 42
Binary 10001000 101000 100111 0 1000111 1000111 101111 1 110111 100010

Color Harmonies of #882827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882827

Black with #882827

Text Example


Text Example

White with #882827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882827; }

 p { color: rgb(136,40,39); }

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

background-color css

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

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

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

border-color css

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

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

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