Html Css Color HEX #87221E Mandarian Orange

📋 copy color: '#87221E'

red 135 ◦ green 34 ◦ blue 30

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

Shades of Mandarian Orange #87221E

Tints of Mandarian Orange #87221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.09%

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

R = 67.84%
G = 17.09%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#87221E (or 0x87221E) is known color: Mandarian Orange. HEX triplet: 87, 22 and 1E. RGB value is (135,34,30). Sum of RGB (Red+Green+Blue) = 135+34+30=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #87221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87221E is #78DDE1. Grayscale: #3F3F3F. Windows color (decimal): -7921122 or 1974919. OLE color: 1974919.

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

Color convert

RGB 135 34 30 -
CMYK 0 0.75 0.78 0.47
HSL 2.29º 0.64% 0.32% -
HSV(B) 2.29º 0.78% 0.53% -
XYZ 10.8 6.39 1.89 -
YUV 63.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 135 34 30 0 0.75 0.78 0.47 2.29 0.64 0.32
Hex 87 22 1E 0 4B 4E 2F 2 40 20
Octal 207 42 36 0 113 116 57 2 100 40
Binary 10000111 100010 11110 0 1001011 1001110 101111 10 1000000 100000

Color Harmonies of #87221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87221E

Black with #87221E

Text Example


Text Example

White with #87221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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