Html Css Color HEX #87271A Mandarian Orange

📋 copy color: '#87271A'

red 135 ◦ green 39 ◦ blue 26

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

Shades of Mandarian Orange #87271A

Tints of Mandarian Orange #87271A

RGB

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

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

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

R = 67.5%
G = 19.5%
B = 13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#87271A (or 0x87271A) is known color: Mandarian Orange. HEX triplet: 87, 27 and 1A. RGB value is (135,39,26). Sum of RGB (Red+Green+Blue) = 135+39+26=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #87271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87271A is #78D8E5. Grayscale: #424242. Windows color (decimal): -7919846 or 1714055. OLE color: 1714055.

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

Color convert

RGB 135 39 26 -
CMYK 0 0.71 0.81 0.47
HSL 7.16º 0.68% 0.32% -
HSV(B) 7.16º 0.81% 0.53% -
XYZ 10.9 6.68 1.69 -
YUV 66.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 135 39 26 0 0.71 0.81 0.47 7.16 0.68 0.32
Hex 87 27 1A 0 47 51 2F 7 44 20
Octal 207 47 32 0 107 121 57 7 104 40
Binary 10000111 100111 11010 0 1000111 1010001 101111 111 1000100 100000

Color Harmonies of #87271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87271A

Black with #87271A

Text Example


Text Example

White with #87271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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