Html Css Color HEX #871F1E Mandarian Orange

📋 copy color: '#871F1E'

red 135 ◦ green 31 ◦ blue 30

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

Shades of Mandarian Orange #871F1E

Tints of Mandarian Orange #871F1E

RGB

 RED value IS 135 (53.13% from 255) = 68.88%

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

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

R = 68.88%
G = 15.82%
B = 15.31%

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

#871F1E (or 0x871F1E) is known color: Mandarian Orange. HEX triplet: 87, 1F and 1E. RGB value is (135,31,30). Sum of RGB (Red+Green+Blue) = 135+31+30=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #871F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871F1E is #78E0E1. Grayscale: #3E3E3E. Windows color (decimal): -7921890 or 1974151. OLE color: 1974151.

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

Color convert

RGB 135 31 30 -
CMYK 0 0.77 0.78 0.47
HSL 0.57º 0.64% 0.32% -
HSV(B) 0.57º 0.78% 0.53% -
XYZ 10.72 6.22 1.86 -
YUV 61.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 135 31 30 0 0.77 0.78 0.47 0.57 0.64 0.32
Hex 87 1F 1E 0 4D 4E 2F 1 40 20
Octal 207 37 36 0 115 116 57 1 100 40
Binary 10000111 11111 11110 0 1001101 1001110 101111 1 1000000 100000

Color Harmonies of #871F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F1E

Black with #871F1E

Text Example


Text Example

White with #871F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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