Html Css Color HEX #87241A Mandarian Orange

📋 copy color: '#87241A'

red 135 ◦ green 36 ◦ blue 26

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

Shades of Mandarian Orange #87241A

Tints of Mandarian Orange #87241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.27%

 BLUE value IS 26 (10.55% from 255) = 13.2%

R = 68.53%
G = 18.27%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#87241A (or 0x87241A) is known color: Mandarian Orange. HEX triplet: 87, 24 and 1A. RGB value is (135,36,26). Sum of RGB (Red+Green+Blue) = 135+36+26=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #87241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87241A is #78DBE5. Grayscale: #404040. Windows color (decimal): -7920614 or 1713287. OLE color: 1713287.

HSL color Cylindrical-coordinate representation of color #87241A: hue angle of 5.5º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87241A is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 36 26 -
CMYK 0 0.73 0.81 0.47
HSL 5.5º 0.68% 0.32% -
HSV(B) 5.5º 0.81% 0.53% -
XYZ 10.81 6.49 1.66 -
YUV 64.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 135 36 26 0 0.73 0.81 0.47 5.5 0.68 0.32
Hex 87 24 1A 0 49 51 2F 6 44 20
Octal 207 44 32 0 111 121 57 6 104 40
Binary 10000111 100100 11010 0 1001001 1010001 101111 110 1000100 100000

Color Harmonies of #87241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87241A

Black with #87241A

Text Example


Text Example

White with #87241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87241A; }

 p { color: rgb(135,36,26); }

 H1.HeaderClassName
 {
   color: #87241A;
 }
 .AnyTagClassName
 {
   color: #87241A;
 }
</style>

background-color css

<style>
 a { background-color: #87241A; }

 a { background-color: rgb(135,36,26); }

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

border-color css

<style>
 span { border-color: #87241A; }

 span { border-color: rgb(135,36,26); }

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