Html Css Color HEX #863231 Tall Poppy

📋 copy color: '#863231'

red 134 ◦ green 50 ◦ blue 49

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

Shades of Tall Poppy #863231

Tints of Tall Poppy #863231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

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

R = 57.51%
G = 21.46%
B = 21.03%

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

#863231 (or 0x863231) is known color: Tall Poppy. HEX triplet: 86, 32 and 31. RGB value is (134,50,49). Sum of RGB (Red+Green+Blue) = 134+50+49=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #863231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863231 is #79CDCE. Grayscale: #4B4B4B. Windows color (decimal): -7982543 or 3224198. OLE color: 3224198.

HSL color Cylindrical-coordinate representation of color #863231: hue angle of 0.71º 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 #863231 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 49 -
CMYK 0 0.63 0.63 0.47
HSL 0.71º 0.46% 0.36% -
HSV(B) 0.71º 0.63% 0.53% -
XYZ 11.53 7.57 3.76 -
YUV 75 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 134 50 49 0 0.63 0.63 0.47 0.71 0.46 0.36
Hex 86 32 31 0 3F 3F 2F 1 2E 24
Octal 206 62 61 0 77 77 57 1 56 44
Binary 10000110 110010 110001 0 111111 111111 101111 1 101110 100100

Color Harmonies of #863231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863231

Black with #863231

Text Example


Text Example

White with #863231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863231; }

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

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

background-color css

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

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

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

border-color css

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

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

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