Html Css Color HEX #87251C Mandarian Orange

📋 copy color: '#87251C'

red 135 ◦ green 37 ◦ blue 28

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

Shades of Mandarian Orange #87251C

Tints of Mandarian Orange #87251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.5%

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

R = 67.5%
G = 18.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87251C (or 0x87251C) is known color: Mandarian Orange. HEX triplet: 87, 25 and 1C. RGB value is (135,37,28). Sum of RGB (Red+Green+Blue) = 135+37+28=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #87251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87251C is #78DAE3. Grayscale: #414141. Windows color (decimal): -7920356 or 1844615. OLE color: 1844615.

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

Color convert

RGB 135 37 28 -
CMYK 0 0.73 0.79 0.47
HSL 5.05º 0.66% 0.32% -
HSV(B) 5.05º 0.79% 0.53% -
XYZ 10.86 6.56 1.79 -
YUV 65.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 135 37 28 0 0.73 0.79 0.47 5.05 0.66 0.32
Hex 87 25 1C 0 49 4F 2F 5 42 20
Octal 207 45 34 0 111 117 57 5 102 40
Binary 10000111 100101 11100 0 1001001 1001111 101111 101 1000010 100000

Color Harmonies of #87251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87251C

Black with #87251C

Text Example


Text Example

White with #87251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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