Html Css Color HEX #871F29 Flame Red

📋 copy color: '#871F29'

red 135 ◦ green 31 ◦ blue 41

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

Shades of Flame Red #871F29

Tints of Flame Red #871F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.98%

 BLUE value IS 41 (16.41% from 255) = 19.81%

R = 65.22%
G = 14.98%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#871F29 (or 0x871F29) is known color: Flame Red. HEX triplet: 87, 1F and 29. RGB value is (135,31,41). Sum of RGB (Red+Green+Blue) = 135+31+41=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #871F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871F29 is #78E0D6. Grayscale: #3F3F3F. Windows color (decimal): -7921879 or 2695047. OLE color: 2695047.

HSL color Cylindrical-coordinate representation of color #871F29: hue angle of 354.23º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #871F29 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 31 41 -
CMYK 0 0.77 0.70 0.47
HSL 354.23º 0.63% 0.33% -
HSV(B) 354.23º 0.77% 0.53% -
XYZ 10.88 6.29 2.74 -
YUV 63.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 135 31 41 0 0.77 0.70 0.47 354.23 0.63 0.33
Hex 87 1F 29 0 4D 46 2F 162 3F 21
Octal 207 37 51 0 115 106 57 542 77 41
Binary 10000111 11111 101001 0 1001101 1000110 101111 101100010 111111 100001

Color Harmonies of #871F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871F29

Black with #871F29

Text Example


Text Example

White with #871F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871F29; }

 p { color: rgb(135,31,41); }

 H1.HeaderClassName
 {
   color: #871F29;
 }
 .AnyTagClassName
 {
   color: #871F29;
 }
</style>

background-color css

<style>
 a { background-color: #871F29; }

 a { background-color: rgb(135,31,41); }

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

border-color css

<style>
 span { border-color: #871F29; }

 span { border-color: rgb(135,31,41); }

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