Html Css Color HEX #87201E Mandarian Orange

📋 copy color: '#87201E'

red 135 ◦ green 32 ◦ blue 30

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

Shades of Mandarian Orange #87201E

Tints of Mandarian Orange #87201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

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

R = 68.53%
G = 16.24%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#87201E (or 0x87201E) is known color: Mandarian Orange. HEX triplet: 87, 20 and 1E. RGB value is (135,32,30). Sum of RGB (Red+Green+Blue) = 135+32+30=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #87201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87201E is #78DFE1. Grayscale: #3E3E3E. Windows color (decimal): -7921634 or 1974407. OLE color: 1974407.

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

Color convert

RGB 135 32 30 -
CMYK 0 0.76 0.78 0.47
HSL 1.14º 0.64% 0.32% -
HSV(B) 1.14º 0.78% 0.53% -
XYZ 10.74 6.28 1.87 -
YUV 62.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 135 32 30 0 0.76 0.78 0.47 1.14 0.64 0.32
Hex 87 20 1E 0 4C 4E 2F 1 40 20
Octal 207 40 36 0 114 116 57 1 100 40
Binary 10000111 100000 11110 0 1001100 1001110 101111 1 1000000 100000

Color Harmonies of #87201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87201E

Black with #87201E

Text Example


Text Example

White with #87201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87201E; }

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

 H1.HeaderClassName
 {
   color: #87201E;
 }
 .AnyTagClassName
 {
   color: #87201E;
 }
</style>

background-color css

<style>
 a { background-color: #87201E; }

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

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

border-color css

<style>
 span { border-color: #87201E; }

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

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