Html Css Color HEX #87261C Mandarian Orange

📋 copy color: '#87261C'

red 135 ◦ green 38 ◦ blue 28

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

Shades of Mandarian Orange #87261C

Tints of Mandarian Orange #87261C

RGB

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

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

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

R = 67.16%
G = 18.91%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87261C (or 0x87261C) is known color: Mandarian Orange. HEX triplet: 87, 26 and 1C. RGB value is (135,38,28). Sum of RGB (Red+Green+Blue) = 135+38+28=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87261C is #78D9E3. Grayscale: #424242. Windows color (decimal): -7920100 or 1844871. OLE color: 1844871.

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

Color convert

RGB 135 38 28 -
CMYK 0 0.72 0.79 0.47
HSL 5.61º 0.66% 0.32% -
HSV(B) 5.61º 0.79% 0.53% -
XYZ 10.89 6.62 1.8 -
YUV 65.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 135 38 28 0 0.72 0.79 0.47 5.61 0.66 0.32
Hex 87 26 1C 0 48 4F 2F 6 42 20
Octal 207 46 34 0 110 117 57 6 102 40
Binary 10000111 100110 11100 0 1001000 1001111 101111 110 1000010 100000

Color Harmonies of #87261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87261C

Black with #87261C

Text Example


Text Example

White with #87261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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