Html Css Color HEX #88271A Mandarian Orange

📋 copy color: '#88271A'

red 136 ◦ green 39 ◦ blue 26

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

Shades of Mandarian Orange #88271A

Tints of Mandarian Orange #88271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.94%

R = 67.66%
G = 19.4%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#88271A (or 0x88271A) is known color: Mandarian Orange. HEX triplet: 88, 27 and 1A. RGB value is (136,39,26). Sum of RGB (Red+Green+Blue) = 136+39+26=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #88271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88271A is #77D8E5. Grayscale: #424242. Windows color (decimal): -7854310 or 1714056. OLE color: 1714056.

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

Color convert

RGB 136 39 26 -
CMYK 0 0.71 0.81 0.47
HSL 7.09º 0.68% 0.32% -
HSV(B) 7.09º 0.81% 0.53% -
XYZ 11.07 6.76 1.7 -
YUV 66.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 136 39 26 0 0.71 0.81 0.47 7.09 0.68 0.32
Hex 88 27 1A 0 47 51 2F 7 44 20
Octal 210 47 32 0 107 121 57 7 104 40
Binary 10001000 100111 11010 0 1000111 1010001 101111 111 1000100 100000

Color Harmonies of #88271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88271A

Black with #88271A

Text Example


Text Example

White with #88271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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