Html Css Color HEX #873131 Tall Poppy

📋 copy color: '#873131'

red 135 ◦ green 49 ◦ blue 49

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

Shades of Tall Poppy #873131

Tints of Tall Poppy #873131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 57.94%
G = 21.03%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#873131 (or 0x873131) is known color: Tall Poppy. HEX triplet: 87, 31 and 31. RGB value is (135,49,49). Sum of RGB (Red+Green+Blue) = 135+49+49=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #873131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873131 is #78CECE. Grayscale: #4A4A4A. Windows color (decimal): -7917263 or 3223943. OLE color: 3223943.

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

Color convert

RGB 135 49 49 -
CMYK 0 0.64 0.64 0.47
HSL 0.47% 0.36% -
HSV(B) 0.64% 0.53% -
XYZ 11.64 7.57 3.75 -
YUV 74.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 135 49 49 0 0.64 0.64 0.47 0 0.47 0.36
Hex 87 31 31 0 40 40 2F 0 2F 24
Octal 207 61 61 0 100 100 57 0 57 44
Binary 10000111 110001 110001 0 1000000 1000000 101111 0 101111 100100

Color Harmonies of #873131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873131

Black with #873131

Text Example


Text Example

White with #873131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873131; }

 p { color: rgb(135,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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