Html Css Color HEX #87221C Mandarian Orange

📋 copy color: '#87221C'

red 135 ◦ green 34 ◦ blue 28

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

Shades of Mandarian Orange #87221C

Tints of Mandarian Orange #87221C

RGB

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

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

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

R = 68.53%
G = 17.26%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87221C (or 0x87221C) is known color: Mandarian Orange. HEX triplet: 87, 22 and 1C. RGB value is (135,34,28). Sum of RGB (Red+Green+Blue) = 135+34+28=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #87221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87221C is #78DDE3. Grayscale: #3F3F3F. Windows color (decimal): -7921124 or 1843847. OLE color: 1843847.

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

Color convert

RGB 135 34 28 -
CMYK 0 0.75 0.79 0.47
HSL 3.36º 0.66% 0.32% -
HSV(B) 3.36º 0.79% 0.53% -
XYZ 10.77 6.38 1.76 -
YUV 63.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 135 34 28 0 0.75 0.79 0.47 3.36 0.66 0.32
Hex 87 22 1C 0 4B 4F 2F 3 42 20
Octal 207 42 34 0 113 117 57 3 102 40
Binary 10000111 100010 11100 0 1001011 1001111 101111 11 1000010 100000

Color Harmonies of #87221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87221C

Black with #87221C

Text Example


Text Example

White with #87221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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