Html Css Color HEX #881F1E Mandarian Orange

📋 copy color: '#881F1E'

red 136 ◦ green 31 ◦ blue 30

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

Shades of Mandarian Orange #881F1E

Tints of Mandarian Orange #881F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.74%

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

R = 69.04%
G = 15.74%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#881F1E (or 0x881F1E) is known color: Mandarian Orange. HEX triplet: 88, 1F and 1E. RGB value is (136,31,30). Sum of RGB (Red+Green+Blue) = 136+31+30=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #881F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881F1E is #77E0E1. Grayscale: #3E3E3E. Windows color (decimal): -7856354 or 1974152. OLE color: 1974152.

HSL color Cylindrical-coordinate representation of color #881F1E: hue angle of 0.57º 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 #881F1E is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 31 30 -
CMYK 0 0.77 0.78 0.47
HSL 0.57º 0.64% 0.33% -
HSV(B) 0.57º 0.78% 0.53% -
XYZ 10.88 6.31 1.87 -
YUV 62.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 136 31 30 0 0.77 0.78 0.47 0.57 0.64 0.33
Hex 88 1F 1E 0 4D 4E 2F 1 40 21
Octal 210 37 36 0 115 116 57 1 100 41
Binary 10001000 11111 11110 0 1001101 1001110 101111 1 1000000 100001

Color Harmonies of #881F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F1E

Black with #881F1E

Text Example


Text Example

White with #881F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881F1E; }

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

 H1.HeaderClassName
 {
   color: #881F1E;
 }
 .AnyTagClassName
 {
   color: #881F1E;
 }
</style>

background-color css

<style>
 a { background-color: #881F1E; }

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

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

border-color css

<style>
 span { border-color: #881F1E; }

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

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