Html Css Color HEX #88261A Mandarian Orange

📋 copy color: '#88261A'

red 136 ◦ green 38 ◦ blue 26

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

Shades of Mandarian Orange #88261A

Tints of Mandarian Orange #88261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

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

R = 68%
G = 19%
B = 13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#88261A (or 0x88261A) is known color: Mandarian Orange. HEX triplet: 88, 26 and 1A. RGB value is (136,38,26). Sum of RGB (Red+Green+Blue) = 136+38+26=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88261A is #77D9E5. Grayscale: #424242. Windows color (decimal): -7854566 or 1713800. OLE color: 1713800.

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

Color convert

RGB 136 38 26 -
CMYK 0 0.72 0.81 0.47
HSL 6.55º 0.68% 0.32% -
HSV(B) 6.55º 0.81% 0.53% -
XYZ 11.03 6.7 1.69 -
YUV 65.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 136 38 26 0 0.72 0.81 0.47 6.55 0.68 0.32
Hex 88 26 1A 0 48 51 2F 7 44 20
Octal 210 46 32 0 110 121 57 7 104 40
Binary 10001000 100110 11010 0 1001000 1010001 101111 111 1000100 100000

Color Harmonies of #88261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88261A

Black with #88261A

Text Example


Text Example

White with #88261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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