Html Css Color HEX #88271F Mandarian Orange

📋 copy color: '#88271F'

red 136 ◦ green 39 ◦ blue 31

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

Shades of Mandarian Orange #88271F

Tints of Mandarian Orange #88271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 66.02%
G = 18.93%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#88271F (or 0x88271F) is known color: Mandarian Orange. HEX triplet: 88, 27 and 1F. RGB value is (136,39,31). Sum of RGB (Red+Green+Blue) = 136+39+31=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #88271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88271F is #77D8E0. Grayscale: #434343. Windows color (decimal): -7854305 or 2041736. OLE color: 2041736.

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

Color convert

RGB 136 39 31 -
CMYK 0 0.71 0.77 0.47
HSL 4.57º 0.63% 0.33% -
HSV(B) 4.57º 0.77% 0.53% -
XYZ 11.13 6.78 2.02 -
YUV 67.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 136 39 31 0 0.71 0.77 0.47 4.57 0.63 0.33
Hex 88 27 1F 0 47 4D 2F 5 3F 21
Octal 210 47 37 0 107 115 57 5 77 41
Binary 10001000 100111 11111 0 1000111 1001101 101111 101 111111 100001

Color Harmonies of #88271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88271F

Black with #88271F

Text Example


Text Example

White with #88271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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