#86323D

Color #86323D Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #86323D

Tints of Paprika #86323D

Color information

#86323D (or 0x86323D) is unknown color: approx Paprika. HEX triplet: 86, 32 and 3D. RGB value is (134,50,61). Sum of RGB (Red+Green+Blue) = 134+50+61=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86323D is #79CDC2. Grayscale: #4C4C4C. Windows color (decimal): -7982531 or 4010630. OLE color: 4010630.

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

Color convert

RGB1345061-
CMYK00.630.540.47
HSL352.14º45.65%36.08%-
HSV(B)352.14º62.69%52.55%-
XYZ11.817.695.28-
YUV76.37119.33169.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 61 (24.22% from 255) = 24.90%
R=54.69%
G=20.41%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134506100.630.540.47352.1445.6536.08
Hex86323D03F362F1602e24
Octal206627507766575405644
Binary100001101100101111010111111110110101111101100000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86323D; }

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

 H1.HeaderClassName
 {
   color: #86323D;
 }
 .AnyTagClassName
 {
   color: #86323D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #86323D;
 }
 .BgClassName
 {
   background-color: #86323D;
 }
</style>
border-color css

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

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

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