Html Css Color HEX #87201C Mandarian Orange

📋 copy color: '#87201C'

red 135 ◦ green 32 ◦ blue 28

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

Shades of Mandarian Orange #87201C

Tints of Mandarian Orange #87201C

RGB

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

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

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

R = 69.23%
G = 16.41%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87201C (or 0x87201C) is known color: Mandarian Orange. HEX triplet: 87, 20 and 1C. RGB value is (135,32,28). Sum of RGB (Red+Green+Blue) = 135+32+28=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #87201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87201C is #78DFE3. Grayscale: #3E3E3E. Windows color (decimal): -7921636 or 1843335. OLE color: 1843335.

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

Color convert

RGB 135 32 28 -
CMYK 0 0.76 0.79 0.47
HSL 2.24º 0.66% 0.32% -
HSV(B) 2.24º 0.79% 0.53% -
XYZ 10.72 6.27 1.74 -
YUV 62.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 135 32 28 0 0.76 0.79 0.47 2.24 0.66 0.32
Hex 87 20 1C 0 4C 4F 2F 2 42 20
Octal 207 40 34 0 114 117 57 2 102 40
Binary 10000111 100000 11100 0 1001100 1001111 101111 10 1000010 100000

Color Harmonies of #87201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87201C

Black with #87201C

Text Example


Text Example

White with #87201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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