Html Css Color HEX #87211E Mandarian Orange

📋 copy color: '#87211E'

red 135 ◦ green 33 ◦ blue 30

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

Shades of Mandarian Orange #87211E

Tints of Mandarian Orange #87211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

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

R = 68.18%
G = 16.67%
B = 15.15%

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

#87211E (or 0x87211E) is known color: Mandarian Orange. HEX triplet: 87, 21 and 1E. RGB value is (135,33,30). Sum of RGB (Red+Green+Blue) = 135+33+30=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #87211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87211E is #78DEE1. Grayscale: #3F3F3F. Windows color (decimal): -7921378 or 1974663. OLE color: 1974663.

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

Color convert

RGB 135 33 30 -
CMYK 0 0.76 0.78 0.47
HSL 1.71º 0.64% 0.32% -
HSV(B) 1.71º 0.78% 0.53% -
XYZ 10.77 6.33 1.88 -
YUV 63.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 135 33 30 0 0.76 0.78 0.47 1.71 0.64 0.32
Hex 87 21 1E 0 4C 4E 2F 2 40 20
Octal 207 41 36 0 114 116 57 2 100 40
Binary 10000111 100001 11110 0 1001100 1001110 101111 10 1000000 100000

Color Harmonies of #87211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87211E

Black with #87211E

Text Example


Text Example

White with #87211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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