Html Css Color HEX #88271E Mandarian Orange

📋 copy color: '#88271E'

red 136 ◦ green 39 ◦ blue 30

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

Shades of Mandarian Orange #88271E

Tints of Mandarian Orange #88271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 66.34%
G = 19.02%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#88271E (or 0x88271E) is known color: Mandarian Orange. HEX triplet: 88, 27 and 1E. RGB value is (136,39,30). Sum of RGB (Red+Green+Blue) = 136+39+30=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #88271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88271E is #77D8E1. Grayscale: #434343. Windows color (decimal): -7854306 or 1976200. OLE color: 1976200.

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

Color convert

RGB 136 39 30 -
CMYK 0 0.71 0.78 0.47
HSL 5.09º 0.64% 0.33% -
HSV(B) 5.09º 0.78% 0.53% -
XYZ 11.11 6.78 1.95 -
YUV 66.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 136 39 30 0 0.71 0.78 0.47 5.09 0.64 0.33
Hex 88 27 1E 0 47 4E 2F 5 40 21
Octal 210 47 36 0 107 116 57 5 100 41
Binary 10001000 100111 11110 0 1000111 1001110 101111 101 1000000 100001

Color Harmonies of #88271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88271E

Black with #88271E

Text Example


Text Example

White with #88271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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