Html Css Color HEX #882727 Mandarian Orange

📋 copy color: '#882727'

red 136 ◦ green 39 ◦ blue 39

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

Shades of Mandarian Orange #882727

Tints of Mandarian Orange #882727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 63.55%
G = 18.22%
B = 18.22%

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

#882727 (or 0x882727) is known color: Mandarian Orange. HEX triplet: 88, 27 and 27. RGB value is (136,39,39). Sum of RGB (Red+Green+Blue) = 136+39+39=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #882727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882727 is #77D8D8. Grayscale: #444444. Windows color (decimal): -7854297 or 2566024. OLE color: 2566024.

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

Color convert

RGB 136 39 39 -
CMYK 0 0.71 0.71 0.47
HSL 0.55% 0.34% -
HSV(B) 0.71% 0.53% -
XYZ 11.25 6.83 2.65 -
YUV 68 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 136 39 39 0 0.71 0.71 0.47 0 0.55 0.34
Hex 88 27 27 0 47 47 2F 0 37 22
Octal 210 47 47 0 107 107 57 0 67 42
Binary 10001000 100111 100111 0 1000111 1000111 101111 0 110111 100010

Color Harmonies of #882727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882727

Black with #882727

Text Example


Text Example

White with #882727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882727; }

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

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

background-color css

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

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

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

border-color css

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

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

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