Html Css Color HEX #863040 Paprika

📋 copy color: '#863040'

red 134 ◦ green 48 ◦ blue 64

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

Shades of Paprika #863040

Tints of Paprika #863040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 54.47%
G = 19.51%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#863040 (or 0x863040) is known color: Paprika. HEX triplet: 86, 30 and 40. RGB value is (134,48,64). Sum of RGB (Red+Green+Blue) = 134+48+64=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #863040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863040 is #79CFBF. Grayscale: #4B4B4B. Windows color (decimal): -7983040 or 4206726. OLE color: 4206726.

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

Color convert

RGB 134 48 64 -
CMYK 0 0.64 0.52 0.47
HSL 348.84º 0.47% 0.36% -
HSV(B) 348.84º 0.64% 0.53% -
XYZ 11.81 7.55 5.69 -
YUV 75.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 134 48 64 0 0.64 0.52 0.47 348.84 0.47 0.36
Hex 86 30 40 0 40 34 2F 15D 2F 24
Octal 206 60 100 0 100 64 57 535 57 44
Binary 10000110 110000 1000000 0 1000000 110100 101111 101011101 101111 100100

Color Harmonies of #863040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863040

Black with #863040

Text Example


Text Example

White with #863040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863040; }

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

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

background-color css

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

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

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

border-color css

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

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

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