Html Css Color HEX #863131 Tall Poppy

📋 copy color: '#863131'

red 134 ◦ green 49 ◦ blue 49

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

Shades of Tall Poppy #863131

Tints of Tall Poppy #863131

RGB

 RED value IS 134 (52.73% from 255) = 57.76%

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

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

R = 57.76%
G = 21.12%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#863131 (or 0x863131) is known color: Tall Poppy. HEX triplet: 86, 31 and 31. RGB value is (134,49,49). Sum of RGB (Red+Green+Blue) = 134+49+49=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #863131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863131 is #79CECE. Grayscale: #4A4A4A. Windows color (decimal): -7982799 or 3223942. OLE color: 3223942.

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

Color convert

RGB 134 49 49 -
CMYK 0 0.63 0.63 0.47
HSL 0.46% 0.36% -
HSV(B) 0.63% 0.53% -
XYZ 11.48 7.49 3.75 -
YUV 74.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 134 49 49 0 0.63 0.63 0.47 0 0.46 0.36
Hex 86 31 31 0 3F 3F 2F 0 2E 24
Octal 206 61 61 0 77 77 57 0 56 44
Binary 10000110 110001 110001 0 111111 111111 101111 0 101110 100100

Color Harmonies of #863131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863131

Black with #863131

Text Example


Text Example

White with #863131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863131; }

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

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

background-color css

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

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

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

border-color css

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

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

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