Html Css Color HEX #87272A Flame Red

📋 copy color: '#87272A'

red 135 ◦ green 39 ◦ blue 42

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

Shades of Flame Red #87272A

Tints of Flame Red #87272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.06%

 BLUE value IS 42 (16.8% from 255) = 19.44%

R = 62.5%
G = 18.06%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#87272A (or 0x87272A) is known color: Flame Red. HEX triplet: 87, 27 and 2A. RGB value is (135,39,42). Sum of RGB (Red+Green+Blue) = 135+39+42=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87272A is #78D8D5. Grayscale: #444444. Windows color (decimal): -7919830 or 2762631. OLE color: 2762631.

HSL color Cylindrical-coordinate representation of color #87272A: hue angle of 358.12º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87272A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 39 42 -
CMYK 0 0.71 0.69 0.47
HSL 358.13º 0.55% 0.34% -
HSV(B) 358.13º 0.71% 0.53% -
XYZ 11.14 6.77 2.91 -
YUV 68.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 135 39 42 0 0.71 0.69 0.47 358.13 0.55 0.34
Hex 87 27 2A 0 47 45 2F 166 37 22
Octal 207 47 52 0 107 105 57 546 67 42
Binary 10000111 100111 101010 0 1000111 1000101 101111 101100110 110111 100010

Color Harmonies of #87272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87272A

Black with #87272A

Text Example


Text Example

White with #87272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,39,42); }

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

background-color css

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

 a { background-color: rgb(135,39,42); }

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

border-color css

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

 span { border-color: rgb(135,39,42); }

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