Html Css Color HEX #863140 Paprika

📋 copy color: '#863140'

red 134 ◦ green 49 ◦ blue 64

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

Shades of Paprika #863140

Tints of Paprika #863140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.91%

R = 54.25%
G = 19.84%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#863140 (or 0x863140) is known color: Paprika. HEX triplet: 86, 31 and 40. RGB value is (134,49,64). Sum of RGB (Red+Green+Blue) = 134+49+64=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #863140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863140 is #79CEBF. Grayscale: #4C4C4C. Windows color (decimal): -7982784 or 4206982. OLE color: 4206982.

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

Color convert

RGB 134 49 64 -
CMYK 0 0.63 0.52 0.47
HSL 349.41º 0.46% 0.36% -
HSV(B) 349.41º 0.63% 0.53% -
XYZ 11.86 7.64 5.7 -
YUV 76.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 134 49 64 0 0.63 0.52 0.47 349.41 0.46 0.36
Hex 86 31 40 0 3F 34 2F 15D 2E 24
Octal 206 61 100 0 77 64 57 535 56 44
Binary 10000110 110001 1000000 0 111111 110100 101111 101011101 101110 100100

Color Harmonies of #863140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863140

Black with #863140

Text Example


Text Example

White with #863140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863140; }

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

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

background-color css

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

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

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

border-color css

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

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

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