#88271D

Color #88271D Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #88271D

Tints of Mandarian Orange #88271D

Color information

#88271D (or 0x88271D) is unknown color: approx Mandarian Orange. HEX triplet: 88, 27 and 1D. RGB value is (136,39,29). Sum of RGB (Red+Green+Blue) = 136+39+29=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #88271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88271D is #77D8E2. Grayscale: #434343. Windows color (decimal): -7854307 or 1910664. OLE color: 1910664.

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

Color convert

RGB1363929-
CMYK00.710.790.47
HSL5.61º64.85%32.35%-
HSV(B)5.61º78.68%53.33%-
XYZ11.16.771.88-
YUV66.86106.64177.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.67%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=66.67%
G=19.12%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136392900.710.790.475.6164.8532.35
Hex88271D0474F2F64120
Octal2104735010711757610140
Binary10001000100111111010100011110011111011111101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88271D; }

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

 H1.HeaderClassName
 {
   color: #88271D;
 }
 .AnyTagClassName
 {
   color: #88271D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #88271D;
 }
 .BgClassName
 {
   background-color: #88271D;
 }
</style>
border-color css

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

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

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