Html Css Color HEX #87261E Mandarian Orange

📋 copy color: '#87261E'

red 135 ◦ green 38 ◦ blue 30

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

Shades of Mandarian Orange #87261E

Tints of Mandarian Orange #87261E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

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

R = 66.5%
G = 18.72%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#87261E (or 0x87261E) is known color: Mandarian Orange. HEX triplet: 87, 26 and 1E. RGB value is (135,38,30). Sum of RGB (Red+Green+Blue) = 135+38+30=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #87261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87261E is #78D9E1. Grayscale: #424242. Windows color (decimal): -7920098 or 1975943. OLE color: 1975943.

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

Color convert

RGB 135 38 30 -
CMYK 0 0.72 0.78 0.47
HSL 4.57º 0.64% 0.32% -
HSV(B) 4.57º 0.78% 0.53% -
XYZ 10.92 6.63 1.93 -
YUV 66.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 135 38 30 0 0.72 0.78 0.47 4.57 0.64 0.32
Hex 87 26 1E 0 48 4E 2F 5 40 20
Octal 207 46 36 0 110 116 57 5 100 40
Binary 10000111 100110 11110 0 1001000 1001110 101111 101 1000000 100000

Color Harmonies of #87261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87261E

Black with #87261E

Text Example


Text Example

White with #87261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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