#88221A

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

Shades of Mandarian Orange #88221A

Tints of Mandarian Orange #88221A

Color information

#88221A (or 0x88221A) is unknown color: approx Mandarian Orange. HEX triplet: 88, 22 and 1A. RGB value is (136,34,26). Sum of RGB (Red+Green+Blue) = 136+34+26=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #88221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88221A is #77DDE5. Grayscale: #3F3F3F. Windows color (decimal): -7855590 or 1712776. OLE color: 1712776.

HSL color Cylindrical-coordinate representation of color #88221A: hue angle of 4.36º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #88221A is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1363426-
CMYK00.750.810.47
HSL4.36º67.9%31.76%-
HSV(B)4.36º80.88%53.33%-
XYZ10.916.451.65-
YUV63.59106.79179.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.39%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=69.39%
G=17.35%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136342600.750.810.474.3667.931.76
Hex88221A04B512F44420
Octal2104232011312157410440
Binary10001000100010110100100101110100011011111001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88221A; }

 p { color: rgb(136,34,26); }

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

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

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

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

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

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

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