Html Css Color HEX #881F1C Mandarian Orange

📋 copy color: '#881F1C'

red 136 ◦ green 31 ◦ blue 28

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

Shades of Mandarian Orange #881F1C

Tints of Mandarian Orange #881F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 69.74%
G = 15.9%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#881F1C (or 0x881F1C) is known color: Mandarian Orange. HEX triplet: 88, 1F and 1C. RGB value is (136,31,28). Sum of RGB (Red+Green+Blue) = 136+31+28=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #881F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881F1C is #77E0E3. Grayscale: #3E3E3E. Windows color (decimal): -7856356 or 1843080. OLE color: 1843080.

HSL color Cylindrical-coordinate representation of color #881F1C: hue angle of 1.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881F1C is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 31 28 -
CMYK 0 0.77 0.79 0.47
HSL 1.67º 0.66% 0.32% -
HSV(B) 1.67º 0.79% 0.53% -
XYZ 10.85 6.3 1.74 -
YUV 62.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 136 31 28 0 0.77 0.79 0.47 1.67 0.66 0.32
Hex 88 1F 1C 0 4D 4F 2F 2 42 20
Octal 210 37 34 0 115 117 57 2 102 40
Binary 10001000 11111 11100 0 1001101 1001111 101111 10 1000010 100000

Color Harmonies of #881F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F1C

Black with #881F1C

Text Example


Text Example

White with #881F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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