Html Css Color HEX #87271F Mandarian Orange

📋 copy color: '#87271F'

red 135 ◦ green 39 ◦ blue 31

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

Shades of Mandarian Orange #87271F

Tints of Mandarian Orange #87271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 65.85%
G = 19.02%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#87271F (or 0x87271F) is known color: Mandarian Orange. HEX triplet: 87, 27 and 1F. RGB value is (135,39,31). Sum of RGB (Red+Green+Blue) = 135+39+31=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #87271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87271F is #78D8E0. Grayscale: #424242. Windows color (decimal): -7919841 or 2041735. OLE color: 2041735.

HSL color Cylindrical-coordinate representation of color #87271F: hue angle of 4.62º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #87271F is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 39 31 -
CMYK 0 0.71 0.77 0.47
HSL 4.62º 0.63% 0.33% -
HSV(B) 4.62º 0.77% 0.53% -
XYZ 10.96 6.7 2.01 -
YUV 66.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 135 39 31 0 0.71 0.77 0.47 4.62 0.63 0.33
Hex 87 27 1F 0 47 4D 2F 5 3F 21
Octal 207 47 37 0 107 115 57 5 77 41
Binary 10000111 100111 11111 0 1000111 1001101 101111 101 111111 100001

Color Harmonies of #87271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87271F

Black with #87271F

Text Example


Text Example

White with #87271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87271F; }

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

 H1.HeaderClassName
 {
   color: #87271F;
 }
 .AnyTagClassName
 {
   color: #87271F;
 }
</style>

background-color css

<style>
 a { background-color: #87271F; }

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

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

border-color css

<style>
 span { border-color: #87271F; }

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

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